Html Css Color HEX #DDFC14 Chartreuse Yellow

📋 copy color: '#DDFC14'

red 221 ◦ green 252 ◦ blue 20

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

Shades of Chartreuse Yellow #DDFC14

Tints of Chartreuse Yellow #DDFC14

RGB

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

 GREEN value IS 252 (98.83% from 255) = 51.12%

 BLUE value IS 20 (8.2% from 255) = 4.06%

R = 44.83%
G = 51.12%
B = 4.06%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#DDFC14 (or 0xDDFC14) is known color: Chartreuse Yellow. HEX triplet: DD, FC and 14. RGB value is (221,252,20). Sum of RGB (Red+Green+Blue) = 221+252+20=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 252 (98.83% from 255 or 51.12% from 493); Blue value is 20 (8.20% from 255 or 4.06% from 493); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFC14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDFC14 is #2203EB. Grayscale: #D9D9D9. Windows color (decimal): -2229228 or 1375453. OLE color: 1375453.

HSL color Cylindrical-coordinate representation of color #DDFC14: hue angle of 68.02º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DDFC14 is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.

Color convert

RGB 221 252 20 -
CMYK 0.12 0 0.92 0.01
HSL 68.02º 0.97% 0.53% -
HSV(B) 68.02º 0.92% 0.99% -
XYZ 64.76 85.04 13.66 -
YUV 216.28 17.23 131.36 -
System Red Green Blue C M Y K H S L
Decimal 221 252 20 0.12 0 0.92 0.01 68.02 0.97 0.53
Hex DD FC 14 C 0 5C 1 44 61 35
Octal 335 374 24 14 0 134 1 104 141 65
Binary 11011101 11111100 10100 1100 0 1011100 1 1000100 1100001 110101

Color Harmonies of #DDFC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFC14

Black with #DDFC14

Text Example


Text Example

White with #DDFC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFC14; }

 p { color: rgb(221,252,20); }

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

background-color css

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

 a { background-color: rgb(221,252,20); }

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

border-color css

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

 span { border-color: rgb(221,252,20); }

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