Html Css Color HEX #D5F53C Pear

📋 copy color: '#D5F53C'

red 213 ◦ green 245 ◦ blue 60

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

Shades of Pear #D5F53C

Tints of Pear #D5F53C

RGB

 RED value IS 213 (83.59% from 255) = 41.12%

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

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

R = 41.12%
G = 47.3%
B = 11.58%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#D5F53C (or 0xD5F53C) is known color: Pear. HEX triplet: D5, F5 and 3C. RGB value is (213,245,60). Sum of RGB (Red+Green+Blue) = 213+245+60=518 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.12% from 518); Green value is 245 (96.09% from 255 or 47.30% from 518); Blue value is 60 (23.83% from 255 or 11.58% from 518); Max value from RGB is 245 - color contains mainly: green. Hex color #D5F53C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F53C is #2A0AC3. Grayscale: #D7D7D7. Windows color (decimal): -2755268 or 3995093. OLE color: 3995093.

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

Color convert

RGB 213 245 60 -
CMYK 0.13 0 0.76 0.04
HSL 70.38º 0.9% 0.6% -
HSV(B) 70.38º 0.76% 0.96% -
XYZ 60.91 79.78 16.46 -
YUV 214.34 40.9 127.04 -
System Red Green Blue C M Y K H S L
Decimal 213 245 60 0.13 0 0.76 0.04 70.38 0.9 0.6
Hex D5 F5 3C D 0 4C 4 46 5A 3C
Octal 325 365 74 15 0 114 4 106 132 74
Binary 11010101 11110101 111100 1101 0 1001100 100 1000110 1011010 111100

Color Harmonies of #D5F53C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F53C

Black with #D5F53C

Text Example


Text Example

White with #D5F53C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F53C; }

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

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

background-color css

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

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

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

border-color css

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

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

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