Html Css Color HEX #DDF201 Chartreuse Yellow

📋 copy color: '#DDF201'

red 221 ◦ green 242 ◦ blue 1

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

Shades of Chartreuse Yellow #DDF201

Tints of Chartreuse Yellow #DDF201

RGB

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

 GREEN value IS 242 (94.92% from 255) = 52.16%

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

R = 47.63%
G = 52.16%
B = 0.22%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#DDF201 (or 0xDDF201) is known color: Chartreuse Yellow. HEX triplet: DD, F2 and 01. RGB value is (221,242,1). Sum of RGB (Red+Green+Blue) = 221+242+1=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 242 (94.92% from 255 or 52.16% from 464); Blue value is 1 (0.78% from 255 or 0.22% from 464); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF201 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF201 is #220DFE. Grayscale: #D1D1D1. Windows color (decimal): -2231807 or 127709. OLE color: 127709.

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

Color convert

RGB 221 242 1 -
CMYK 0.09 0 1.00 0.05
HSL 65.23º 0.99% 0.48% -
HSV(B) 65.23º 1% 0.95% -
XYZ 61.58 78.88 12.01 -
YUV 208.25 11.04 137.1 -
System Red Green Blue C M Y K H S L
Decimal 221 242 1 0.09 0 1.00 0.05 65.23 0.99 0.48
Hex DD F2 1 9 0 64 5 41 63 30
Octal 335 362 1 11 0 144 5 101 143 60
Binary 11011101 11110010 1 1001 0 1100100 101 1000001 1100011 110000

Color Harmonies of #DDF201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF201

Black with #DDF201

Text Example


Text Example

White with #DDF201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF201; }

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

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

background-color css

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

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

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

border-color css

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

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

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