Html Css Color HEX #DDF512 Chartreuse Yellow

📋 copy color: '#DDF512'

red 221 ◦ green 245 ◦ blue 18

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

Shades of Chartreuse Yellow #DDF512

Tints of Chartreuse Yellow #DDF512

RGB

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

 GREEN value IS 245 (96.09% from 255) = 50.62%

 BLUE value IS 18 (7.42% from 255) = 3.72%

R = 45.66%
G = 50.62%
B = 3.72%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#DDF512 (or 0xDDF512) is known color: Chartreuse Yellow. HEX triplet: DD, F5 and 12. RGB value is (221,245,18). Sum of RGB (Red+Green+Blue) = 221+245+18=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 245 (96.09% from 255 or 50.62% from 484); Blue value is 18 (7.42% from 255 or 3.72% from 484); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF512 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF512 is #220AED. Grayscale: #D4D4D4. Windows color (decimal): -2231022 or 1242589. OLE color: 1242589.

HSL color Cylindrical-coordinate representation of color #DDF512: hue angle of 66.34º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DDF512 is Cyan = 0.10, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 245 18 -
CMYK 0.10 0 0.93 0.04
HSL 66.34º 0.92% 0.52% -
HSV(B) 66.34º 0.93% 0.96% -
XYZ 62.58 80.72 12.85 -
YUV 211.95 18.55 134.46 -
System Red Green Blue C M Y K H S L
Decimal 221 245 18 0.10 0 0.93 0.04 66.34 0.92 0.52
Hex DD F5 12 A 0 5D 4 42 5C 34
Octal 335 365 22 12 0 135 4 102 134 64
Binary 11011101 11110101 10010 1010 0 1011101 100 1000010 1011100 110100

Color Harmonies of #DDF512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF512

Black with #DDF512

Text Example


Text Example

White with #DDF512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF512; }

 p { color: rgb(221,245,18); }

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

background-color css

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

 a { background-color: rgb(221,245,18); }

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

border-color css

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

 span { border-color: rgb(221,245,18); }

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