Html Css Color HEX #DCF512 Chartreuse Yellow

📋 copy color: '#DCF512'

red 220 ◦ green 245 ◦ blue 18

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

Shades of Chartreuse Yellow #DCF512

Tints of Chartreuse Yellow #DCF512

RGB

 RED value IS 220 (86.33% from 255) = 45.55%

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

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

R = 45.55%
G = 50.72%
B = 3.73%

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

#DCF512 (or 0xDCF512) is known color: Chartreuse Yellow. HEX triplet: DC, F5 and 12. RGB value is (220,245,18). Sum of RGB (Red+Green+Blue) = 220+245+18=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 245 (96.09% from 255 or 50.72% from 483); Blue value is 18 (7.42% from 255 or 3.73% from 483); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF512 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF512 is #230AED. Grayscale: #D4D4D4. Windows color (decimal): -2296558 or 1242588. OLE color: 1242588.

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

Color convert

RGB 220 245 18 -
CMYK 0.10 0 0.93 0.04
HSL 66.61º 0.92% 0.52% -
HSV(B) 66.61º 0.93% 0.96% -
XYZ 62.28 80.56 12.84 -
YUV 211.65 18.72 133.96 -
System Red Green Blue C M Y K H S L
Decimal 220 245 18 0.10 0 0.93 0.04 66.61 0.92 0.52
Hex DC F5 12 A 0 5D 4 43 5C 34
Octal 334 365 22 12 0 135 4 103 134 64
Binary 11011100 11110101 10010 1010 0 1011101 100 1000011 1011100 110100

Color Harmonies of #DCF512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF512

Black with #DCF512

Text Example


Text Example

White with #DCF512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF512; }

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

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

background-color css

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

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

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

border-color css

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

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

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