Html Css Color HEX #DAFB0D Chartreuse Yellow

📋 copy color: '#DAFB0D'

red 218 ◦ green 251 ◦ blue 13

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

Shades of Chartreuse Yellow #DAFB0D

Tints of Chartreuse Yellow #DAFB0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.7%

R = 45.23%
G = 52.07%
B = 2.7%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#DAFB0D (or 0xDAFB0D) is known color: Chartreuse Yellow. HEX triplet: DA, FB and 0D. RGB value is (218,251,13). Sum of RGB (Red+Green+Blue) = 218+251+13=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 251 (98.44% from 255 or 52.07% from 482); Blue value is 13 (5.47% from 255 or 2.70% from 482); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFB0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAFB0D is #2504F2. Grayscale: #D6D6D6. Windows color (decimal): -2426099 or 916442. OLE color: 916442.

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

Color convert

RGB 218 251 13 -
CMYK 0.13 0 0.95 0.02
HSL 68.32º 0.97% 0.52% -
HSV(B) 68.32º 0.95% 0.98% -
XYZ 63.48 83.93 13.23 -
YUV 214 14.57 130.85 -
System Red Green Blue C M Y K H S L
Decimal 218 251 13 0.13 0 0.95 0.02 68.32 0.97 0.52
Hex DA FB D D 0 5F 2 44 61 34
Octal 332 373 15 15 0 137 2 104 141 64
Binary 11011010 11111011 1101 1101 0 1011111 10 1000100 1100001 110100

Color Harmonies of #DAFB0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFB0D

Black with #DAFB0D

Text Example


Text Example

White with #DAFB0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFB0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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