Html Css Color HEX #C5F03A Pear

📋 copy color: '#C5F03A'

red 197 ◦ green 240 ◦ blue 58

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

Shades of Pear #C5F03A

Tints of Pear #C5F03A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 11.72%

R = 39.8%
G = 48.48%
B = 11.72%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#C5F03A (or 0xC5F03A) is known color: Pear. HEX triplet: C5, F0 and 3A. RGB value is (197,240,58). Sum of RGB (Red+Green+Blue) = 197+240+58=495 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.80% from 495); Green value is 240 (94.14% from 255 or 48.48% from 495); Blue value is 58 (23.05% from 255 or 11.72% from 495); Max value from RGB is 240 - color contains mainly: green. Hex color #C5F03A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5F03A is #3A0FC5. Grayscale: #CFCFCF. Windows color (decimal): -3805126 or 3862725. OLE color: 3862725.

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

Color convert

RGB 197 240 58 -
CMYK 0.18 0 0.76 0.06
HSL 74.18º 0.86% 0.58% -
HSV(B) 74.18º 0.76% 0.94% -
XYZ 54.95 74.5 15.49 -
YUV 206.4 44.25 121.3 -
System Red Green Blue C M Y K H S L
Decimal 197 240 58 0.18 0 0.76 0.06 74.18 0.86 0.58
Hex C5 F0 3A 12 0 4C 6 4A 56 3A
Octal 305 360 72 22 0 114 6 112 126 72
Binary 11000101 11110000 111010 10010 0 1001100 110 1001010 1010110 111010

Color Harmonies of #C5F03A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F03A

Black with #C5F03A

Text Example


Text Example

White with #C5F03A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F03A; }

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

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

background-color css

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

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

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

border-color css

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

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

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