Html Css Color HEX #DAF80D Chartreuse Yellow

📋 copy color: '#DAF80D'

red 218 ◦ green 248 ◦ blue 13

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

Shades of Chartreuse Yellow #DAF80D

Tints of Chartreuse Yellow #DAF80D

RGB

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

 GREEN value IS 248 (97.27% from 255) = 51.77%

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

R = 45.51%
G = 51.77%
B = 2.71%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#DAF80D (or 0xDAF80D) is known color: Chartreuse Yellow. HEX triplet: DA, F8 and 0D. RGB value is (218,248,13). Sum of RGB (Red+Green+Blue) = 218+248+13=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 248 (97.27% from 255 or 51.77% from 479); Blue value is 13 (5.47% from 255 or 2.71% from 479); Max value from RGB is 248 - color contains mainly: green. Hex color #DAF80D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAF80D is #2507F2. Grayscale: #D5D5D5. Windows color (decimal): -2426867 or 915674. OLE color: 915674.

HSL color Cylindrical-coordinate representation of color #DAF80D: hue angle of 67.66º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DAF80D is Cyan = 0.12, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.

Color convert

RGB 218 248 13 -
CMYK 0.12 0 0.95 0.03
HSL 67.66º 0.94% 0.51% -
HSV(B) 67.66º 0.95% 0.97% -
XYZ 62.55 82.07 12.92 -
YUV 212.24 15.56 132.11 -
System Red Green Blue C M Y K H S L
Decimal 218 248 13 0.12 0 0.95 0.03 67.66 0.94 0.51
Hex DA F8 D C 0 5F 3 44 5E 33
Octal 332 370 15 14 0 137 3 104 136 63
Binary 11011010 11111000 1101 1100 0 1011111 11 1000100 1011110 110011

Color Harmonies of #DAF80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF80D

Black with #DAF80D

Text Example


Text Example

White with #DAF80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF80D; }

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

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

background-color css

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

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

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

border-color css

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

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

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