Html Css Color HEX #C5F732 Pear

📋 copy color: '#C5F732'

red 197 ◦ green 247 ◦ blue 50

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

Shades of Pear #C5F732

Tints of Pear #C5F732

RGB

 RED value IS 197 (77.34% from 255) = 39.88%

 GREEN value IS 247 (96.88% from 255) = 50%

 BLUE value IS 50 (19.92% from 255) = 10.12%

R = 39.88%
G = 50%
B = 10.12%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.80

 K value IS 0.03

RGB Variations

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

Color information

#C5F732 (or 0xC5F732) is known color: Pear. HEX triplet: C5, F7 and 32. RGB value is (197,247,50). Sum of RGB (Red+Green+Blue) = 197+247+50=494 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.88% from 494); Green value is 247 (96.88% from 255 or 50% from 494); Blue value is 50 (19.92% from 255 or 10.12% from 494); Max value from RGB is 247 - color contains mainly: green. Hex color #C5F732 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5F732 is #3A08CD. Grayscale: #D2D2D2. Windows color (decimal): -3803342 or 3340229. OLE color: 3340229.

HSL color Cylindrical-coordinate representation of color #C5F732: hue angle of 75.23º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C5F732 is Cyan = 0.20, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.03.

Color convert

RGB 197 247 50 -
CMYK 0.20 0 0.80 0.03
HSL 75.23º 0.92% 0.58% -
HSV(B) 75.23º 0.8% 0.97% -
XYZ 56.86 78.62 15.2 -
YUV 209.59 37.94 119.02 -
System Red Green Blue C M Y K H S L
Decimal 197 247 50 0.20 0 0.80 0.03 75.23 0.92 0.58
Hex C5 F7 32 14 0 50 3 4B 5C 3A
Octal 305 367 62 24 0 120 3 113 134 72
Binary 11000101 11110111 110010 10100 0 1010000 11 1001011 1011100 111010

Color Harmonies of #C5F732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F732

Black with #C5F732

Text Example


Text Example

White with #C5F732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F732; }

 p { color: rgb(197,247,50); }

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

background-color css

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

 a { background-color: rgb(197,247,50); }

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

border-color css

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

 span { border-color: rgb(197,247,50); }

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