Html Css Color HEX #DAF10C Chartreuse Yellow

📋 copy color: '#DAF10C'

red 218 ◦ green 241 ◦ blue 12

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

Shades of Chartreuse Yellow #DAF10C

Tints of Chartreuse Yellow #DAF10C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.55%

R = 46.28%
G = 51.17%
B = 2.55%

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

#DAF10C (or 0xDAF10C) is known color: Chartreuse Yellow. HEX triplet: DA, F1 and 0C. RGB value is (218,241,12). Sum of RGB (Red+Green+Blue) = 218+241+12=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 241 (94.53% from 255 or 51.17% from 471); Blue value is 12 (5.08% from 255 or 2.55% from 471); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF10C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAF10C is #250EF3. Grayscale: #D0D0D0. Windows color (decimal): -2428660 or 848346. OLE color: 848346.

HSL color Cylindrical-coordinate representation of color #DAF10C: hue angle of 66.03º degrees, saturation: 0.91, 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 #DAF10C is Cyan = 0.10, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 241 12 -
CMYK 0.10 0 0.95 0.05
HSL 66.03º 0.91% 0.5% -
HSV(B) 66.03º 0.95% 0.95% -
XYZ 60.44 77.84 12.19 -
YUV 208.02 17.38 135.12 -
System Red Green Blue C M Y K H S L
Decimal 218 241 12 0.10 0 0.95 0.05 66.03 0.91 0.5
Hex DA F1 C A 0 5F 5 42 5B 32
Octal 332 361 14 12 0 137 5 102 133 62
Binary 11011010 11110001 1100 1010 0 1011111 101 1000010 1011011 110010

Color Harmonies of #DAF10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF10C

Black with #DAF10C

Text Example


Text Example

White with #DAF10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF10C; }

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

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

background-color css

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

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

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

border-color css

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

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

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