Html Css Color HEX #DAFB0E Chartreuse Yellow

📋 copy color: '#DAFB0E'

red 218 ◦ green 251 ◦ blue 14

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

Shades of Chartreuse Yellow #DAFB0E

Tints of Chartreuse Yellow #DAFB0E

RGB

 RED value IS 218 (85.55% from 255) = 45.13%

 GREEN value IS 251 (98.44% from 255) = 51.97%

 BLUE value IS 14 (5.86% from 255) = 2.9%

R = 45.13%
G = 51.97%
B = 2.9%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#DAFB0E (or 0xDAFB0E) is known color: Chartreuse Yellow. HEX triplet: DA, FB and 0E. RGB value is (218,251,14). Sum of RGB (Red+Green+Blue) = 218+251+14=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 251 (98.44% from 255 or 51.97% from 483); Blue value is 14 (5.86% from 255 or 2.90% from 483); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFB0E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAFB0E is #2504F1. Grayscale: #D7D7D7. Windows color (decimal): -2426098 or 981978. OLE color: 981978.

HSL color Cylindrical-coordinate representation of color #DAFB0E: hue angle of 68.35º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DAFB0E is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 251 14 -
CMYK 0.13 0 0.94 0.02
HSL 68.35º 0.97% 0.52% -
HSV(B) 68.35º 0.94% 0.98% -
XYZ 63.49 83.93 13.27 -
YUV 214.12 15.07 130.77 -
System Red Green Blue C M Y K H S L
Decimal 218 251 14 0.13 0 0.94 0.02 68.35 0.97 0.52
Hex DA FB E D 0 5E 2 44 61 34
Octal 332 373 16 15 0 136 2 104 141 64
Binary 11011010 11111011 1110 1101 0 1011110 10 1000100 1100001 110100

Color Harmonies of #DAFB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFB0E

Black with #DAFB0E

Text Example


Text Example

White with #DAFB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFB0E; }

 p { color: rgb(218,251,14); }

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

background-color css

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

 a { background-color: rgb(218,251,14); }

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

border-color css

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

 span { border-color: rgb(218,251,14); }

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