Html Css Color HEX #DDF612 Chartreuse Yellow

📋 copy color: '#DDF612'

red 221 ◦ green 246 ◦ blue 18

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

Shades of Chartreuse Yellow #DDF612

Tints of Chartreuse Yellow #DDF612

RGB

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

 GREEN value IS 246 (96.48% from 255) = 50.72%

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

R = 45.57%
G = 50.72%
B = 3.71%

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

#DDF612 (or 0xDDF612) is known color: Chartreuse Yellow. HEX triplet: DD, F6 and 12. RGB value is (221,246,18). Sum of RGB (Red+Green+Blue) = 221+246+18=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 246 (96.48% from 255 or 50.72% from 485); Blue value is 18 (7.42% from 255 or 3.71% from 485); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF612 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF612 is #2209ED. Grayscale: #D5D5D5. Windows color (decimal): -2230766 or 1242845. OLE color: 1242845.

HSL color Cylindrical-coordinate representation of color #DDF612: hue angle of 66.58º degrees, saturation: 0.93, 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 #DDF612 is Cyan = 0.10, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 246 18 -
CMYK 0.10 0 0.93 0.04
HSL 66.58º 0.93% 0.52% -
HSV(B) 66.58º 0.93% 0.96% -
XYZ 62.88 81.33 12.96 -
YUV 212.53 18.22 134.04 -
System Red Green Blue C M Y K H S L
Decimal 221 246 18 0.10 0 0.93 0.04 66.58 0.93 0.52
Hex DD F6 12 A 0 5D 4 43 5D 34
Octal 335 366 22 12 0 135 4 103 135 64
Binary 11011101 11110110 10010 1010 0 1011101 100 1000011 1011101 110100

Color Harmonies of #DDF612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF612

Black with #DDF612

Text Example


Text Example

White with #DDF612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF612; }

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

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

background-color css

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

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

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

border-color css

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

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

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