Html Css Color HEX #DDF000 Chartreuse Yellow

📋 copy color: '#DDF000'

red 221 ◦ green 240 ◦ blue 0

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

Shades of Chartreuse Yellow #DDF000

Tints of Chartreuse Yellow #DDF000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 47.94%
G = 52.06%
B = 0%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#DDF000 (or 0xDDF000) is known color: Chartreuse Yellow. HEX triplet: DD, F0 and 00. RGB value is (221,240,0). Sum of RGB (Red+Green+Blue) = 221+240+0=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 240 (94.14% from 255 or 52.06% from 461); Blue value is 0 (0.39% from 255 or 0% from 461); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF000 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF000 is #220FFF. Grayscale: #CFCFCF. Windows color (decimal): -2232320 or 61661. OLE color: 61661.

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

Color convert

RGB 221 240 0 -
CMYK 0.08 0 1 0.06
HSL 64.75º 1% 0.47% -
HSV(B) 64.75º 1% 0.94% -
XYZ 60.98 77.69 11.78 -
YUV 206.96 11.21 138.01 -
System Red Green Blue C M Y K H S L
Decimal 221 240 0 0.08 0 1 0.06 64.75 1 0.47
Hex DD F0 0 8 0 64 6 41 64 2F
Octal 335 360 0 10 0 144 6 101 144 57
Binary 11011101 11110000 0 1000 0 1100100 110 1000001 1100100 101111

Color Harmonies of #DDF000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF000

Black with #DDF000

Text Example


Text Example

White with #DDF000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF000; }

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

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

background-color css

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

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

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

border-color css

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

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

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