Html Css Color HEX #DCF53A Pear

📋 copy color: '#DCF53A'

red 220 ◦ green 245 ◦ blue 58

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

Shades of Pear #DCF53A

Tints of Pear #DCF53A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 11.09%

R = 42.07%
G = 46.85%
B = 11.09%

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

#DCF53A (or 0xDCF53A) is known color: Pear. HEX triplet: DC, F5 and 3A. RGB value is (220,245,58). Sum of RGB (Red+Green+Blue) = 220+245+58=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 245 (96.09% from 255 or 46.85% from 523); Blue value is 58 (23.05% from 255 or 11.09% from 523); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF53A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF53A is #230AC5. Grayscale: #D8D8D8. Windows color (decimal): -2296518 or 3864028. OLE color: 3864028.

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

Color convert

RGB 220 245 58 -
CMYK 0.10 0 0.76 0.04
HSL 68.02º 0.9% 0.59% -
HSV(B) 68.02º 0.76% 0.96% -
XYZ 62.93 80.83 16.29 -
YUV 216.21 38.72 130.71 -
System Red Green Blue C M Y K H S L
Decimal 220 245 58 0.10 0 0.76 0.04 68.02 0.9 0.59
Hex DC F5 3A A 0 4C 4 44 5A 3B
Octal 334 365 72 12 0 114 4 104 132 73
Binary 11011100 11110101 111010 1010 0 1001100 100 1000100 1011010 111011

Color Harmonies of #DCF53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF53A

Black with #DCF53A

Text Example


Text Example

White with #DCF53A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF53A; }

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

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

background-color css

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

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

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

border-color css

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

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

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