Html Css Color HEX #DDF00C Chartreuse Yellow

📋 copy color: '#DDF00C'

red 221 ◦ green 240 ◦ blue 12

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

Shades of Chartreuse Yellow #DDF00C

Tints of Chartreuse Yellow #DDF00C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.54%

R = 46.72%
G = 50.74%
B = 2.54%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#DDF00C (or 0xDDF00C) is known color: Chartreuse Yellow. HEX triplet: DD, F0 and 0C. RGB value is (221,240,12). Sum of RGB (Red+Green+Blue) = 221+240+12=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 240 (94.14% from 255 or 50.74% from 473); Blue value is 12 (5.08% from 255 or 2.54% from 473); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF00C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF00C is #220FF3. Grayscale: #D1D1D1. Windows color (decimal): -2232308 or 848093. OLE color: 848093.

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

Color convert

RGB 221 240 12 -
CMYK 0.08 0 0.95 0.06
HSL 65º 0.9% 0.49% -
HSV(B) 65º 0.95% 0.94% -
XYZ 61.05 77.72 12.13 -
YUV 208.33 17.21 137.04 -
System Red Green Blue C M Y K H S L
Decimal 221 240 12 0.08 0 0.95 0.06 65 0.9 0.49
Hex DD F0 C 8 0 5F 6 41 5A 31
Octal 335 360 14 10 0 137 6 101 132 61
Binary 11011101 11110000 1100 1000 0 1011111 110 1000001 1011010 110001

Color Harmonies of #DDF00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF00C

Black with #DDF00C

Text Example


Text Example

White with #DDF00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF00C; }

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

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

background-color css

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

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

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

border-color css

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

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

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