Html Css Color HEX #DDED0F Chartreuse Yellow

📋 copy color: '#DDED0F'

red 221 ◦ green 237 ◦ blue 15

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

Shades of Chartreuse Yellow #DDED0F

Tints of Chartreuse Yellow #DDED0F

RGB

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

 GREEN value IS 237 (92.97% from 255) = 50.11%

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

R = 46.72%
G = 50.11%
B = 3.17%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#DDED0F (or 0xDDED0F) is known color: Chartreuse Yellow. HEX triplet: DD, ED and 0F. RGB value is (221,237,15). Sum of RGB (Red+Green+Blue) = 221+237+15=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 237 (92.97% from 255 or 50.11% from 473); Blue value is 15 (6.25% from 255 or 3.17% from 473); Max value from RGB is 237 - color contains mainly: green. Hex color #DDED0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDED0F is #2212F0. Grayscale: #CFCFCF. Windows color (decimal): -2233073 or 1043933. OLE color: 1043933.

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

Color convert

RGB 221 237 15 -
CMYK 0.07 0 0.94 0.07
HSL 64.32º 0.88% 0.49% -
HSV(B) 64.32º 0.94% 0.93% -
XYZ 60.19 75.98 11.94 -
YUV 206.91 19.7 138.05 -
System Red Green Blue C M Y K H S L
Decimal 221 237 15 0.07 0 0.94 0.07 64.32 0.88 0.49
Hex DD ED F 7 0 5E 7 40 58 31
Octal 335 355 17 7 0 136 7 100 130 61
Binary 11011101 11101101 1111 111 0 1011110 111 1000000 1011000 110001

Color Harmonies of #DDED0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDED0F

Black with #DDED0F

Text Example


Text Example

White with #DDED0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDED0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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