Html Css Color HEX #DADF05 Chartreuse Yellow

📋 copy color: '#DADF05'

red 218 ◦ green 223 ◦ blue 5

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

Shades of Chartreuse Yellow #DADF05

Tints of Chartreuse Yellow #DADF05

RGB

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

 GREEN value IS 223 (87.5% from 255) = 50%

 BLUE value IS 5 (2.34% from 255) = 1.12%

R = 48.88%
G = 50%
B = 1.12%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DADF05 (or 0xDADF05) is known color: Chartreuse Yellow. HEX triplet: DA, DF and 05. RGB value is (218,223,5). Sum of RGB (Red+Green+Blue) = 218+223+5=446 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.88% from 446); Green value is 223 (87.5% from 255 or 50% from 446); Blue value is 5 (2.34% from 255 or 1.12% from 446); Max value from RGB is 223 - color contains mainly: green. Hex color #DADF05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DADF05 is #2520FA. Grayscale: #C5C5C5. Windows color (decimal): -2433275 or 384986. OLE color: 384986.

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

Color convert

RGB 218 223 5 -
CMYK 0.02 0 0.98 0.13
HSL 61.38º 0.96% 0.45% -
HSV(B) 61.38º 0.98% 0.87% -
XYZ 55.33 67.69 10.29 -
YUV 196.65 19.84 143.23 -
System Red Green Blue C M Y K H S L
Decimal 218 223 5 0.02 0 0.98 0.13 61.38 0.96 0.45
Hex DA DF 5 2 0 62 D 3D 60 2D
Octal 332 337 5 2 0 142 15 75 140 55
Binary 11011010 11011111 101 10 0 1100010 1101 111101 1100000 101101

Color Harmonies of #DADF05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADF05

Black with #DADF05

Text Example


Text Example

White with #DADF05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADF05; }

 p { color: rgb(218,223,5); }

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

background-color css

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

 a { background-color: rgb(218,223,5); }

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

border-color css

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

 span { border-color: rgb(218,223,5); }

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