Html Css Color HEX #DCF53E Pear

📋 copy color: '#DCF53E'

red 220 ◦ green 245 ◦ blue 62

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

Shades of Pear #DCF53E

Tints of Pear #DCF53E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 11.76%

R = 41.75%
G = 46.49%
B = 11.76%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.75

 K value IS 0.04

RGB Variations

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

Color information

#DCF53E (or 0xDCF53E) is known color: Pear. HEX triplet: DC, F5 and 3E. RGB value is (220,245,62). Sum of RGB (Red+Green+Blue) = 220+245+62=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 245 (96.09% from 255 or 46.49% from 527); Blue value is 62 (24.61% from 255 or 11.76% from 527); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF53E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF53E is #230AC1. Grayscale: #D9D9D9. Windows color (decimal): -2296514 or 4126172. OLE color: 4126172.

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

Color convert

RGB 220 245 62 -
CMYK 0.10 0 0.75 0.04
HSL 68.2º 0.9% 0.6% -
HSV(B) 68.2º 0.75% 0.96% -
XYZ 63.04 80.87 16.84 -
YUV 216.66 40.72 130.38 -
System Red Green Blue C M Y K H S L
Decimal 220 245 62 0.10 0 0.75 0.04 68.2 0.9 0.6
Hex DC F5 3E A 0 4B 4 44 5A 3C
Octal 334 365 76 12 0 113 4 104 132 74
Binary 11011100 11110101 111110 1010 0 1001011 100 1000100 1011010 111100

Color Harmonies of #DCF53E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF53E

Black with #DCF53E

Text Example


Text Example

White with #DCF53E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF53E; }

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

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

background-color css

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

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

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

border-color css

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

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

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