Html Css Color HEX #DDF001 Chartreuse Yellow

📋 copy color: '#DDF001'

red 221 ◦ green 240 ◦ blue 1

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

Shades of Chartreuse Yellow #DDF001

Tints of Chartreuse Yellow #DDF001

RGB

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

 GREEN value IS 240 (94.14% from 255) = 51.95%

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

R = 47.84%
G = 51.95%
B = 0.22%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#DDF001 (or 0xDDF001) is known color: Chartreuse Yellow. HEX triplet: DD, F0 and 01. RGB value is (221,240,1). Sum of RGB (Red+Green+Blue) = 221+240+1=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 240 (94.14% from 255 or 51.95% from 462); Blue value is 1 (0.78% from 255 or 0.22% from 462); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF001 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF001 is #220FFE. Grayscale: #D0D0D0. Windows color (decimal): -2232319 or 127197. OLE color: 127197.

HSL color Cylindrical-coordinate representation of color #DDF001: hue angle of 64.77º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DDF001 is Cyan = 0.08, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 221 240 1 -
CMYK 0.08 0 1.00 0.06
HSL 64.77º 0.99% 0.47% -
HSV(B) 64.77º 1% 0.94% -
XYZ 60.98 77.69 11.81 -
YUV 207.07 11.71 137.93 -
System Red Green Blue C M Y K H S L
Decimal 221 240 1 0.08 0 1.00 0.06 64.77 0.99 0.47
Hex DD F0 1 8 0 64 6 41 63 2F
Octal 335 360 1 10 0 144 6 101 143 57
Binary 11011101 11110000 1 1000 0 1100100 110 1000001 1100011 101111

Color Harmonies of #DDF001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF001

Black with #DDF001

Text Example


Text Example

White with #DDF001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF001; }

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

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

background-color css

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

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

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

border-color css

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

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

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