Html Css Color HEX #C5F134 Pear

📋 copy color: '#C5F134'

red 197 ◦ green 241 ◦ blue 52

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

Shades of Pear #C5F134

Tints of Pear #C5F134

RGB

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

 GREEN value IS 241 (94.53% from 255) = 49.18%

 BLUE value IS 52 (20.7% from 255) = 10.61%

R = 40.2%
G = 49.18%
B = 10.61%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#C5F134 (or 0xC5F134) is known color: Pear. HEX triplet: C5, F1 and 34. RGB value is (197,241,52). Sum of RGB (Red+Green+Blue) = 197+241+52=490 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.20% from 490); Green value is 241 (94.53% from 255 or 49.18% from 490); Blue value is 52 (20.70% from 255 or 10.61% from 490); Max value from RGB is 241 - color contains mainly: green. Hex color #C5F134 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5F134 is #3A0ECB. Grayscale: #CFCFCF. Windows color (decimal): -3804876 or 3469765. OLE color: 3469765.

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

Color convert

RGB 197 241 52 -
CMYK 0.18 0 0.78 0.05
HSL 73.97º 0.87% 0.57% -
HSV(B) 73.97º 0.78% 0.95% -
XYZ 55.1 75.03 14.83 -
YUV 206.3 40.92 121.37 -
System Red Green Blue C M Y K H S L
Decimal 197 241 52 0.18 0 0.78 0.05 73.97 0.87 0.57
Hex C5 F1 34 12 0 4E 5 4A 57 39
Octal 305 361 64 22 0 116 5 112 127 71
Binary 11000101 11110001 110100 10010 0 1001110 101 1001010 1010111 111001

Color Harmonies of #C5F134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F134

Black with #C5F134

Text Example


Text Example

White with #C5F134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F134; }

 p { color: rgb(197,241,52); }

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

background-color css

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

 a { background-color: rgb(197,241,52); }

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

border-color css

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

 span { border-color: rgb(197,241,52); }

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