Html Css Color HEX #C5F135 Pear

📋 copy color: '#C5F135'

red 197 ◦ green 241 ◦ blue 53

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

Shades of Pear #C5F135

Tints of Pear #C5F135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 10.79%

R = 40.12%
G = 49.08%
B = 10.79%

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

#C5F135 (or 0xC5F135) is known color: Pear. HEX triplet: C5, F1 and 35. RGB value is (197,241,53). Sum of RGB (Red+Green+Blue) = 197+241+53=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 241 (94.53% from 255 or 49.08% from 491); Blue value is 53 (21.09% from 255 or 10.79% from 491); Max value from RGB is 241 - color contains mainly: green. Hex color #C5F135 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5F135 is #3A0ECA. Grayscale: #CFCFCF. Windows color (decimal): -3804875 or 3535301. OLE color: 3535301.

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

Color convert

RGB 197 241 53 -
CMYK 0.18 0 0.78 0.05
HSL 74.04º 0.87% 0.58% -
HSV(B) 74.04º 0.78% 0.95% -
XYZ 55.12 75.04 14.95 -
YUV 206.41 41.42 121.29 -
System Red Green Blue C M Y K H S L
Decimal 197 241 53 0.18 0 0.78 0.05 74.04 0.87 0.58
Hex C5 F1 35 12 0 4E 5 4A 57 3A
Octal 305 361 65 22 0 116 5 112 127 72
Binary 11000101 11110001 110101 10010 0 1001110 101 1001010 1010111 111010

Color Harmonies of #C5F135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F135

Black with #C5F135

Text Example


Text Example

White with #C5F135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F135; }

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

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

background-color css

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

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

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

border-color css

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

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

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