Html Css Color HEX #DBED14 Chartreuse Yellow

📋 copy color: '#DBED14'

red 219 ◦ green 237 ◦ blue 20

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

Shades of Chartreuse Yellow #DBED14

Tints of Chartreuse Yellow #DBED14

RGB

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

 GREEN value IS 237 (92.97% from 255) = 49.79%

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

R = 46.01%
G = 49.79%
B = 4.2%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#DBED14 (or 0xDBED14) is known color: Chartreuse Yellow. HEX triplet: DB, ED and 14. RGB value is (219,237,20). Sum of RGB (Red+Green+Blue) = 219+237+20=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 237 (92.97% from 255 or 49.79% from 476); Blue value is 20 (8.20% from 255 or 4.20% from 476); Max value from RGB is 237 - color contains mainly: green. Hex color #DBED14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBED14 is #2412EB. Grayscale: #CFCFCF. Windows color (decimal): -2364140 or 1371611. OLE color: 1371611.

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

Color convert

RGB 219 237 20 -
CMYK 0.08 0 0.92 0.07
HSL 64.98º 0.86% 0.5% -
HSV(B) 64.98º 0.92% 0.93% -
XYZ 59.62 75.68 12.13 -
YUV 206.88 22.54 136.64 -
System Red Green Blue C M Y K H S L
Decimal 219 237 20 0.08 0 0.92 0.07 64.98 0.86 0.5
Hex DB ED 14 8 0 5C 7 41 56 32
Octal 333 355 24 10 0 134 7 101 126 62
Binary 11011011 11101101 10100 1000 0 1011100 111 1000001 1010110 110010

Color Harmonies of #DBED14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBED14

Black with #DBED14

Text Example


Text Example

White with #DBED14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBED14; }

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

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

background-color css

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

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

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

border-color css

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

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

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