Html Css Color HEX #DAF10D Chartreuse Yellow

📋 copy color: '#DAF10D'

red 218 ◦ green 241 ◦ blue 13

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

Shades of Chartreuse Yellow #DAF10D

Tints of Chartreuse Yellow #DAF10D

RGB

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

 GREEN value IS 241 (94.53% from 255) = 51.06%

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

R = 46.19%
G = 51.06%
B = 2.75%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#DAF10D (or 0xDAF10D) is known color: Chartreuse Yellow. HEX triplet: DA, F1 and 0D. RGB value is (218,241,13). Sum of RGB (Red+Green+Blue) = 218+241+13=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 241 (94.53% from 255 or 51.06% from 472); Blue value is 13 (5.47% from 255 or 2.75% from 472); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF10D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAF10D is #250EF2. Grayscale: #D1D1D1. Windows color (decimal): -2428659 or 913882. OLE color: 913882.

HSL color Cylindrical-coordinate representation of color #DAF10D: hue angle of 66.05º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DAF10D is Cyan = 0.10, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 241 13 -
CMYK 0.10 0 0.95 0.05
HSL 66.05º 0.9% 0.5% -
HSV(B) 66.05º 0.95% 0.95% -
XYZ 60.44 77.85 12.22 -
YUV 208.13 17.88 135.04 -
System Red Green Blue C M Y K H S L
Decimal 218 241 13 0.10 0 0.95 0.05 66.05 0.9 0.5
Hex DA F1 D A 0 5F 5 42 5A 32
Octal 332 361 15 12 0 137 5 102 132 62
Binary 11011010 11110001 1101 1010 0 1011111 101 1000010 1011010 110010

Color Harmonies of #DAF10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF10D

Black with #DAF10D

Text Example


Text Example

White with #DAF10D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF10D; }

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

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

background-color css

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

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

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

border-color css

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

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

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