Html Css Color HEX #DAFC10 Chartreuse Yellow

📋 copy color: '#DAFC10'

red 218 ◦ green 252 ◦ blue 16

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

Shades of Chartreuse Yellow #DAFC10

Tints of Chartreuse Yellow #DAFC10

RGB

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

 GREEN value IS 252 (98.83% from 255) = 51.85%

 BLUE value IS 16 (6.64% from 255) = 3.29%

R = 44.86%
G = 51.85%
B = 3.29%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#DAFC10 (or 0xDAFC10) is known color: Chartreuse Yellow. HEX triplet: DA, FC and 10. RGB value is (218,252,16). Sum of RGB (Red+Green+Blue) = 218+252+16=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 252 (98.83% from 255 or 51.85% from 486); Blue value is 16 (6.64% from 255 or 3.29% from 486); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFC10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAFC10 is #2503EF. Grayscale: #D7D7D7. Windows color (decimal): -2425840 or 1113306. OLE color: 1113306.

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

Color convert

RGB 218 252 16 -
CMYK 0.13 0 0.94 0.01
HSL 68.64º 0.98% 0.53% -
HSV(B) 68.64º 0.94% 0.99% -
XYZ 63.82 84.56 13.45 -
YUV 214.93 15.74 130.19 -
System Red Green Blue C M Y K H S L
Decimal 218 252 16 0.13 0 0.94 0.01 68.64 0.98 0.53
Hex DA FC 10 D 0 5E 1 45 62 35
Octal 332 374 20 15 0 136 1 105 142 65
Binary 11011010 11111100 10000 1101 0 1011110 1 1000101 1100010 110101

Color Harmonies of #DAFC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFC10

Black with #DAFC10

Text Example


Text Example

White with #DAFC10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFC10; }

 p { color: rgb(218,252,16); }

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

background-color css

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

 a { background-color: rgb(218,252,16); }

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

border-color css

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

 span { border-color: rgb(218,252,16); }

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