Html Css Color HEX #DBEA14 Chartreuse Yellow

📋 copy color: '#DBEA14'

red 219 ◦ green 234 ◦ blue 20

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

Shades of Chartreuse Yellow #DBEA14

Tints of Chartreuse Yellow #DBEA14

RGB

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

 GREEN value IS 234 (91.8% from 255) = 49.47%

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

R = 46.3%
G = 49.47%
B = 4.23%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#DBEA14 (or 0xDBEA14) is known color: Chartreuse Yellow. HEX triplet: DB, EA and 14. RGB value is (219,234,20). Sum of RGB (Red+Green+Blue) = 219+234+20=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 234 (91.80% from 255 or 49.47% from 473); Blue value is 20 (8.20% from 255 or 4.23% from 473); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEA14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBEA14 is #2415EB. Grayscale: #CDCDCD. Windows color (decimal): -2364908 or 1370843. OLE color: 1370843.

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

Color convert

RGB 219 234 20 -
CMYK 0.06 0 0.91 0.08
HSL 64.21º 0.84% 0.5% -
HSV(B) 64.21º 0.91% 0.92% -
XYZ 58.76 73.96 11.84 -
YUV 205.12 23.53 137.9 -
System Red Green Blue C M Y K H S L
Decimal 219 234 20 0.06 0 0.91 0.08 64.21 0.84 0.5
Hex DB EA 14 6 0 5B 8 40 54 32
Octal 333 352 24 6 0 133 10 100 124 62
Binary 11011011 11101010 10100 110 0 1011011 1000 1000000 1010100 110010

Color Harmonies of #DBEA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEA14

Black with #DBEA14

Text Example


Text Example

White with #DBEA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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