#DAFA02

Color #DAFA02 Chartreuse Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chartreuse Yellow #DAFA02

Tints of Chartreuse Yellow #DAFA02

Color information

#DAFA02 (or 0xDAFA02) is unknown color: approx Chartreuse Yellow. HEX triplet: DA, FA and 02. RGB value is (218,250,2). Sum of RGB (Red+Green+Blue) = 218+250+2=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 250 (98.05% from 255 or 53.19% from 470); Blue value is 2 (1.17% from 255 or 0.43% from 470); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAFA02 is #2505FD. Grayscale: #D5D5D5. Windows color (decimal): -2426366 or 195290. OLE color: 195290.

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

Color convert

RGB2182502-
CMYK0.1300.990.02
HSL67.74º98.41%49.41%-
HSV(B)67.74º99.2%98.04%-
XYZ63.1183.2812.81-
YUV212.169.4132.17-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.38%
GREEN value IS 250 (98.05% from 255) = 53.19%
BLUE value IS 2 (1.17% from 255) = 0.43%
R=46.38%
G=53.19%
B=0.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal21825020.1300.990.0267.7498.4149.41
HexDAFA2D0632446231
Octal3323722150143210414261
Binary1101101011111010101101011000111010001001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFA02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFA02; }

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

 H1.HeaderClassName
 {
   color: #DAFA02;
 }
 .AnyTagClassName
 {
   color: #DAFA02;
 }
</style>
background-color css

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

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

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

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

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

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