Html Css Color HEX #DCF53C Pear

📋 copy color: '#DCF53C'

red 220 ◦ green 245 ◦ blue 60

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

Shades of Pear #DCF53C

Tints of Pear #DCF53C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 11.43%

R = 41.9%
G = 46.67%
B = 11.43%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#DCF53C (or 0xDCF53C) is known color: Pear. HEX triplet: DC, F5 and 3C. RGB value is (220,245,60). Sum of RGB (Red+Green+Blue) = 220+245+60=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 245 (96.09% from 255 or 46.67% from 525); Blue value is 60 (23.83% from 255 or 11.43% from 525); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF53C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF53C is #230AC3. Grayscale: #D9D9D9. Windows color (decimal): -2296516 or 3995100. OLE color: 3995100.

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

Color convert

RGB 220 245 60 -
CMYK 0.10 0 0.76 0.04
HSL 68.11º 0.9% 0.6% -
HSV(B) 68.11º 0.76% 0.96% -
XYZ 62.98 80.85 16.56 -
YUV 216.44 39.72 130.54 -
System Red Green Blue C M Y K H S L
Decimal 220 245 60 0.10 0 0.76 0.04 68.11 0.9 0.6
Hex DC F5 3C A 0 4C 4 44 5A 3C
Octal 334 365 74 12 0 114 4 104 132 74
Binary 11011100 11110101 111100 1010 0 1001100 100 1000100 1011010 111100

Color Harmonies of #DCF53C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF53C

Black with #DCF53C

Text Example


Text Example

White with #DCF53C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF53C; }

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

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

background-color css

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

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

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

border-color css

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

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

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