#CDEF0B (or 0xCDEF0B) is unknown color: approx Electric Lime. HEX triplet: CD, EF and 0B. RGB value is (205,239,11). Sum of RGB (Red+Green+Blue) = 205+239+11=455 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.05% from 455); Green value is 239 (93.75% from 255 or 52.53% from 455); Blue value is 11 (4.69% from 255 or 2.42% from 455); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDEF0B is #3210F4. Grayscale: #CBCBCB. Windows color (decimal): -3281141 or 782285. OLE color: 782285.
HSL color Cylindrical-coordinate representation of color #CDEF0B: hue angle of 68.95º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CDEF0B is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.
<style> p { color: #cdef0b; } p { color: rgb(205,239,11); } H1.HeaderClassName { color: #cdef0b; } .AnyTagClassName { color: #cdef0b; } </style>
<style> a { background-color: #cdef0b; } a { background-color: rgb(205,239,11); } div.DivClassName { background-color: #cdef0b; } .BgClassName { background-color: #cdef0b; } </style>
<style> span { border-color: #cdef0b; } span { border-color: rgb(205,239,11); } td.TdClassName { border-color: #cdef0b; } .TagClassName { border-color: #cdef0b; } </style>