Html Css Color HEX #DAF302 Chartreuse Yellow

📋 copy color: '#DAF302'

red 218 ◦ green 243 ◦ blue 2

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

Shades of Chartreuse Yellow #DAF302

Tints of Chartreuse Yellow #DAF302

RGB

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

 GREEN value IS 243 (95.31% from 255) = 52.48%

 BLUE value IS 2 (1.17% from 255) = 0.43%

R = 47.08%
G = 52.48%
B = 0.43%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#DAF302 (or 0xDAF302) is known color: Chartreuse Yellow. HEX triplet: DA, F3 and 02. RGB value is (218,243,2). Sum of RGB (Red+Green+Blue) = 218+243+2=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 243 (95.31% from 255 or 52.48% from 463); Blue value is 2 (1.17% from 255 or 0.43% from 463); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF302 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAF302 is #250CFD. Grayscale: #D0D0D0. Windows color (decimal): -2428158 or 193498. OLE color: 193498.

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

Color convert

RGB 218 243 2 -
CMYK 0.10 0 0.99 0.05
HSL 66.22º 0.98% 0.48% -
HSV(B) 66.22º 0.99% 0.95% -
XYZ 60.97 79.01 12.09 -
YUV 208.05 11.72 135.1 -
System Red Green Blue C M Y K H S L
Decimal 218 243 2 0.10 0 0.99 0.05 66.22 0.98 0.48
Hex DA F3 2 A 0 63 5 42 62 30
Octal 332 363 2 12 0 143 5 102 142 60
Binary 11011010 11110011 10 1010 0 1100011 101 1000010 1100010 110000

Color Harmonies of #DAF302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF302

Black with #DAF302

Text Example


Text Example

White with #DAF302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF302; }

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

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

background-color css

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

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

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

border-color css

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

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

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