Html Css Color HEX #DDF00F Chartreuse Yellow

📋 copy color: '#DDF00F'

red 221 ◦ green 240 ◦ blue 15

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

Shades of Chartreuse Yellow #DDF00F

Tints of Chartreuse Yellow #DDF00F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.15%

R = 46.43%
G = 50.42%
B = 3.15%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#DDF00F (or 0xDDF00F) is known color: Chartreuse Yellow. HEX triplet: DD, F0 and 0F. RGB value is (221,240,15). Sum of RGB (Red+Green+Blue) = 221+240+15=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 240 (94.14% from 255 or 50.42% from 476); Blue value is 15 (6.25% from 255 or 3.15% from 476); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF00F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF00F is #220FF0. Grayscale: #D1D1D1. Windows color (decimal): -2232305 or 1044701. OLE color: 1044701.

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

Color convert

RGB 221 240 15 -
CMYK 0.08 0 0.94 0.06
HSL 65.07º 0.88% 0.5% -
HSV(B) 65.07º 0.94% 0.94% -
XYZ 61.07 77.73 12.24 -
YUV 208.67 18.71 136.8 -
System Red Green Blue C M Y K H S L
Decimal 221 240 15 0.08 0 0.94 0.06 65.07 0.88 0.5
Hex DD F0 F 8 0 5E 6 41 58 32
Octal 335 360 17 10 0 136 6 101 130 62
Binary 11011101 11110000 1111 1000 0 1011110 110 1000001 1011000 110010

Color Harmonies of #DDF00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF00F

Black with #DDF00F

Text Example


Text Example

White with #DDF00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF00F; }

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

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

background-color css

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

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

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

border-color css

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

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

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