Html Css Color HEX #DAFA10 Chartreuse Yellow

📋 copy color: '#DAFA10'

red 218 ◦ green 250 ◦ blue 16

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

Shades of Chartreuse Yellow #DAFA10

Tints of Chartreuse Yellow #DAFA10

RGB

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

 GREEN value IS 250 (98.05% from 255) = 51.65%

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

R = 45.04%
G = 51.65%
B = 3.31%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#DAFA10 (or 0xDAFA10) is known color: Chartreuse Yellow. HEX triplet: DA, FA and 10. RGB value is (218,250,16). Sum of RGB (Red+Green+Blue) = 218+250+16=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 250 (98.05% from 255 or 51.65% from 484); Blue value is 16 (6.64% from 255 or 3.31% from 484); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAFA10 is #2505EF. Grayscale: #D6D6D6. Windows color (decimal): -2426352 or 1112794. OLE color: 1112794.

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

Color convert

RGB 218 250 16 -
CMYK 0.13 0 0.94 0.02
HSL 68.21º 0.96% 0.52% -
HSV(B) 68.21º 0.94% 0.98% -
XYZ 63.19 83.31 13.24 -
YUV 213.76 16.4 131.03 -
System Red Green Blue C M Y K H S L
Decimal 218 250 16 0.13 0 0.94 0.02 68.21 0.96 0.52
Hex DA FA 10 D 0 5E 2 44 60 34
Octal 332 372 20 15 0 136 2 104 140 64
Binary 11011010 11111010 10000 1101 0 1011110 10 1000100 1100000 110100

Color Harmonies of #DAFA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFA10

Black with #DAFA10

Text Example


Text Example

White with #DAFA10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFA10; }

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

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

background-color css

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

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

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

border-color css

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

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

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