Html Css Color HEX #DDE30C Chartreuse Yellow

📋 copy color: '#DDE30C'

red 221 ◦ green 227 ◦ blue 12

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

Shades of Chartreuse Yellow #DDE30C

Tints of Chartreuse Yellow #DDE30C

RGB

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

 GREEN value IS 227 (89.06% from 255) = 49.35%

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

R = 48.04%
G = 49.35%
B = 2.61%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#DDE30C (or 0xDDE30C) is known color: Chartreuse Yellow. HEX triplet: DD, E3 and 0C. RGB value is (221,227,12). Sum of RGB (Red+Green+Blue) = 221+227+12=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 227 (89.06% from 255 or 49.35% from 460); Blue value is 12 (5.08% from 255 or 2.61% from 460); Max value from RGB is 227 - color contains mainly: green. Hex color #DDE30C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDE30C is #221CF3. Grayscale: #C9C9C9. Windows color (decimal): -2235636 or 844765. OLE color: 844765.

HSL color Cylindrical-coordinate representation of color #DDE30C: hue angle of 61.67º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DDE30C is Cyan = 0.03, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.

Color convert

RGB 221 227 12 -
CMYK 0.03 0 0.95 0.11
HSL 61.67º 0.9% 0.47% -
HSV(B) 61.67º 0.95% 0.89% -
XYZ 57.35 70.34 10.9 -
YUV 200.7 21.51 142.48 -
System Red Green Blue C M Y K H S L
Decimal 221 227 12 0.03 0 0.95 0.11 61.67 0.9 0.47
Hex DD E3 C 3 0 5F B 3E 5A 2F
Octal 335 343 14 3 0 137 13 76 132 57
Binary 11011101 11100011 1100 11 0 1011111 1011 111110 1011010 101111

Color Harmonies of #DDE30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE30C

Black with #DDE30C

Text Example


Text Example

White with #DDE30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE30C; }

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

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

background-color css

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

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

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

border-color css

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

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

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