Html Css Color HEX #DDF801 Chartreuse Yellow

📋 copy color: '#DDF801'

red 221 ◦ green 248 ◦ blue 1

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

Shades of Chartreuse Yellow #DDF801

Tints of Chartreuse Yellow #DDF801

RGB

 RED value IS 221 (86.72% from 255) = 47.02%

 GREEN value IS 248 (97.27% from 255) = 52.77%

 BLUE value IS 1 (0.78% from 255) = 0.21%

R = 47.02%
G = 52.77%
B = 0.21%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#DDF801 (or 0xDDF801) is known color: Chartreuse Yellow. HEX triplet: DD, F8 and 01. RGB value is (221,248,1). Sum of RGB (Red+Green+Blue) = 221+248+1=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 248 (97.27% from 255 or 52.77% from 470); Blue value is 1 (0.78% from 255 or 0.21% from 470); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF801 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF801 is #2207FE. Grayscale: #D4D4D4. Windows color (decimal): -2230271 or 129245. OLE color: 129245.

HSL color Cylindrical-coordinate representation of color #DDF801: hue angle of 66.56º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DDF801 is Cyan = 0.11, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.03.

Color convert

RGB 221 248 1 -
CMYK 0.11 0 1.00 0.03
HSL 66.56º 0.99% 0.49% -
HSV(B) 66.56º 1% 0.97% -
XYZ 63.39 82.51 12.61 -
YUV 211.77 9.05 134.58 -
System Red Green Blue C M Y K H S L
Decimal 221 248 1 0.11 0 1.00 0.03 66.56 0.99 0.49
Hex DD F8 1 B 0 64 3 43 63 31
Octal 335 370 1 13 0 144 3 103 143 61
Binary 11011101 11111000 1 1011 0 1100100 11 1000011 1100011 110001

Color Harmonies of #DDF801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF801

Black with #DDF801

Text Example


Text Example

White with #DDF801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF801; }

 p { color: rgb(221,248,1); }

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

background-color css

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

 a { background-color: rgb(221,248,1); }

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

border-color css

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

 span { border-color: rgb(221,248,1); }

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