Html Css Color HEX #C5F032 Pear

📋 copy color: '#C5F032'

red 197 ◦ green 240 ◦ blue 50

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

Shades of Pear #C5F032

Tints of Pear #C5F032

RGB

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

 GREEN value IS 240 (94.14% from 255) = 49.28%

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

R = 40.45%
G = 49.28%
B = 10.27%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#C5F032 (or 0xC5F032) is known color: Pear. HEX triplet: C5, F0 and 32. RGB value is (197,240,50). Sum of RGB (Red+Green+Blue) = 197+240+50=487 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.45% from 487); Green value is 240 (94.14% from 255 or 49.28% from 487); Blue value is 50 (19.92% from 255 or 10.27% from 487); Max value from RGB is 240 - color contains mainly: green. Hex color #C5F032 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5F032 is #3A0FCD. Grayscale: #CECECE. Windows color (decimal): -3805134 or 3338437. OLE color: 3338437.

HSL color Cylindrical-coordinate representation of color #C5F032: hue angle of 73.58º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C5F032 is Cyan = 0.18, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.06.

Color convert

RGB 197 240 50 -
CMYK 0.18 0 0.79 0.06
HSL 73.58º 0.86% 0.57% -
HSV(B) 73.58º 0.79% 0.94% -
XYZ 54.76 74.42 14.5 -
YUV 205.48 40.25 121.95 -
System Red Green Blue C M Y K H S L
Decimal 197 240 50 0.18 0 0.79 0.06 73.58 0.86 0.57
Hex C5 F0 32 12 0 4F 6 4A 56 39
Octal 305 360 62 22 0 117 6 112 126 71
Binary 11000101 11110000 110010 10010 0 1001111 110 1001010 1010110 111001

Color Harmonies of #C5F032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F032

Black with #C5F032

Text Example


Text Example

White with #C5F032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F032; }

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

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

background-color css

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

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

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

border-color css

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

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

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