Html Css Color HEX #C5F42F Pear

📋 copy color: '#C5F42F'

red 197 ◦ green 244 ◦ blue 47

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

Shades of Pear #C5F42F

Tints of Pear #C5F42F

RGB

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

 GREEN value IS 244 (95.7% from 255) = 50%

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

R = 40.37%
G = 50%
B = 9.63%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#C5F42F (or 0xC5F42F) is known color: Pear. HEX triplet: C5, F4 and 2F. RGB value is (197,244,47). Sum of RGB (Red+Green+Blue) = 197+244+47=488 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.37% from 488); Green value is 244 (95.70% from 255 or 50% from 488); Blue value is 47 (18.75% from 255 or 9.63% from 488); Max value from RGB is 244 - color contains mainly: green. Hex color #C5F42F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5F42F is #3A0BD0. Grayscale: #D0D0D0. Windows color (decimal): -3804113 or 3142853. OLE color: 3142853.

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

Color convert

RGB 197 244 47 -
CMYK 0.19 0 0.81 0.04
HSL 74.31º 0.9% 0.57% -
HSV(B) 74.31º 0.81% 0.96% -
XYZ 55.89 76.78 14.56 -
YUV 207.49 37.43 120.52 -
System Red Green Blue C M Y K H S L
Decimal 197 244 47 0.19 0 0.81 0.04 74.31 0.9 0.57
Hex C5 F4 2F 13 0 51 4 4A 5A 39
Octal 305 364 57 23 0 121 4 112 132 71
Binary 11000101 11110100 101111 10011 0 1010001 100 1001010 1011010 111001

Color Harmonies of #C5F42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F42F

Black with #C5F42F

Text Example


Text Example

White with #C5F42F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F42F; }

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

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

background-color css

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

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

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

border-color css

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

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

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