Html Css Color HEX #DBEF14 Chartreuse Yellow

📋 copy color: '#DBEF14'

red 219 ◦ green 239 ◦ blue 20

#DBEF14
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chartreuse Yellow #DBEF14

Tints of Chartreuse Yellow #DBEF14

RGB

 RED value IS 219 (85.94% from 255) = 45.82%

 GREEN value IS 239 (93.75% from 255) = 50%

 BLUE value IS 20 (8.2% from 255) = 4.18%

R = 45.82%
G = 50%
B = 4.18%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DBEF14 (or 0xDBEF14) is known color: Chartreuse Yellow. HEX triplet: DB, EF and 14. RGB value is (219,239,20). Sum of RGB (Red+Green+Blue) = 219+239+20=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 239 (93.75% from 255 or 50% from 478); Blue value is 20 (8.20% from 255 or 4.18% from 478); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEF14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBEF14 is #2410EB. Grayscale: #D0D0D0. Windows color (decimal): -2363628 or 1372123. OLE color: 1372123.

HSL color Cylindrical-coordinate representation of color #DBEF14: hue angle of 65.48º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DBEF14 is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 239 20 -
CMYK 0.08 0 0.92 0.06
HSL 65.48º 0.87% 0.51% -
HSV(B) 65.48º 0.92% 0.94% -
XYZ 60.21 76.84 12.32 -
YUV 208.05 21.87 135.81 -
System Red Green Blue C M Y K H S L
Decimal 219 239 20 0.08 0 0.92 0.06 65.48 0.87 0.51
Hex DB EF 14 8 0 5C 6 41 57 33
Octal 333 357 24 10 0 134 6 101 127 63
Binary 11011011 11101111 10100 1000 0 1011100 110 1000001 1010111 110011

Color Harmonies of #DBEF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEF14

Black with #DBEF14

Text Example


Text Example

White with #DBEF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEF14; }

 p { color: rgb(219,239,20); }

 H1.HeaderClassName
 {
   color: #DBEF14;
 }
 .AnyTagClassName
 {
   color: #DBEF14;
 }
</style>

background-color css

<style>
 a { background-color: #DBEF14; }

 a { background-color: rgb(219,239,20); }

 div.DivClassName
 {
   background-color: #DBEF14;
 }
 .BgClassName
 {
   background-color: #DBEF14;
 }
</style>

border-color css

<style>
 span { border-color: #DBEF14; }

 span { border-color: rgb(219,239,20); }

 td.TdClassName
 {
   border-color: #DBEF14;
 }
 .TagClassName
 {
   border-color: #DBEF14;
 }
</style>