Html Css Color HEX #C5F32F Pear

📋 copy color: '#C5F32F'

red 197 ◦ green 243 ◦ blue 47

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

Shades of Pear #C5F32F

Tints of Pear #C5F32F

RGB

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

 GREEN value IS 243 (95.31% from 255) = 49.9%

 BLUE value IS 47 (18.75% from 255) = 9.65%

R = 40.45%
G = 49.9%
B = 9.65%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#C5F32F (or 0xC5F32F) is known color: Pear. HEX triplet: C5, F3 and 2F. RGB value is (197,243,47). Sum of RGB (Red+Green+Blue) = 197+243+47=487 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.45% from 487); Green value is 243 (95.31% from 255 or 49.90% from 487); Blue value is 47 (18.75% from 255 or 9.65% from 487); Max value from RGB is 243 - color contains mainly: green. Hex color #C5F32F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5F32F is #3A0CD0. Grayscale: #CFCFCF. Windows color (decimal): -3804369 or 3142597. OLE color: 3142597.

HSL color Cylindrical-coordinate representation of color #C5F32F: hue angle of 74.08º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C5F32F is Cyan = 0.19, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB 197 243 47 -
CMYK 0.19 0 0.81 0.05
HSL 74.08º 0.89% 0.57% -
HSV(B) 74.08º 0.81% 0.95% -
XYZ 55.59 76.18 14.46 -
YUV 206.9 37.76 120.94 -
System Red Green Blue C M Y K H S L
Decimal 197 243 47 0.19 0 0.81 0.05 74.08 0.89 0.57
Hex C5 F3 2F 13 0 51 5 4A 59 39
Octal 305 363 57 23 0 121 5 112 131 71
Binary 11000101 11110011 101111 10011 0 1010001 101 1001010 1011001 111001

Color Harmonies of #C5F32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F32F

Black with #C5F32F

Text Example


Text Example

White with #C5F32F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F32F; }

 p { color: rgb(197,243,47); }

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

background-color css

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

 a { background-color: rgb(197,243,47); }

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

border-color css

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

 span { border-color: rgb(197,243,47); }

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