Html Css Color HEX #DDF012 Chartreuse Yellow

📋 copy color: '#DDF012'

red 221 ◦ green 240 ◦ blue 18

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

Shades of Chartreuse Yellow #DDF012

Tints of Chartreuse Yellow #DDF012

RGB

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

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

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

R = 46.14%
G = 50.1%
B = 3.76%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#DDF012 (or 0xDDF012) is known color: Chartreuse Yellow. HEX triplet: DD, F0 and 12. RGB value is (221,240,18). Sum of RGB (Red+Green+Blue) = 221+240+18=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 240 (94.14% from 255 or 50.10% from 479); Blue value is 18 (7.42% from 255 or 3.76% from 479); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF012 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF012 is #220FED. Grayscale: #D1D1D1. Windows color (decimal): -2232302 or 1241309. OLE color: 1241309.

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

Color convert

RGB 221 240 18 -
CMYK 0.08 0 0.92 0.06
HSL 65.14º 0.88% 0.51% -
HSV(B) 65.14º 0.93% 0.94% -
XYZ 61.09 77.74 12.36 -
YUV 209.01 20.21 136.55 -
System Red Green Blue C M Y K H S L
Decimal 221 240 18 0.08 0 0.92 0.06 65.14 0.88 0.51
Hex DD F0 12 8 0 5C 6 41 58 33
Octal 335 360 22 10 0 134 6 101 130 63
Binary 11011101 11110000 10010 1000 0 1011100 110 1000001 1011000 110011

Color Harmonies of #DDF012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF012

Black with #DDF012

Text Example


Text Example

White with #DDF012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF012; }

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

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

background-color css

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

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

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

border-color css

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

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

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