Html Css Color HEX #DCF51C Chartreuse Yellow

📋 copy color: '#DCF51C'

red 220 ◦ green 245 ◦ blue 28

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

Shades of Chartreuse Yellow #DCF51C

Tints of Chartreuse Yellow #DCF51C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 5.68%

R = 44.62%
G = 49.7%
B = 5.68%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#DCF51C (or 0xDCF51C) is known color: Chartreuse Yellow. HEX triplet: DC, F5 and 1C. RGB value is (220,245,28). Sum of RGB (Red+Green+Blue) = 220+245+28=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 245 (96.09% from 255 or 49.70% from 493); Blue value is 28 (11.33% from 255 or 5.68% from 493); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF51C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF51C is #230AE3. Grayscale: #D5D5D5. Windows color (decimal): -2296548 or 1897948. OLE color: 1897948.

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

Color convert

RGB 220 245 28 -
CMYK 0.10 0 0.89 0.04
HSL 66.91º 0.92% 0.54% -
HSV(B) 66.91º 0.89% 0.96% -
XYZ 62.38 80.6 13.37 -
YUV 212.79 23.72 133.14 -
System Red Green Blue C M Y K H S L
Decimal 220 245 28 0.10 0 0.89 0.04 66.91 0.92 0.54
Hex DC F5 1C A 0 59 4 43 5C 36
Octal 334 365 34 12 0 131 4 103 134 66
Binary 11011100 11110101 11100 1010 0 1011001 100 1000011 1011100 110110

Color Harmonies of #DCF51C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF51C

Black with #DCF51C

Text Example


Text Example

White with #DCF51C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF51C; }

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

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

background-color css

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

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

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

border-color css

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

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

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