Html Css Color HEX #C5F620 Pear

📋 copy color: '#C5F620'

red 197 ◦ green 246 ◦ blue 32

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

Shades of Pear #C5F620

Tints of Pear #C5F620

RGB

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

 GREEN value IS 246 (96.48% from 255) = 51.79%

 BLUE value IS 32 (12.89% from 255) = 6.74%

R = 41.47%
G = 51.79%
B = 6.74%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#C5F620 (or 0xC5F620) is known color: Pear. HEX triplet: C5, F6 and 20. RGB value is (197,246,32). Sum of RGB (Red+Green+Blue) = 197+246+32=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 246 (96.48% from 255 or 51.79% from 475); Blue value is 32 (12.89% from 255 or 6.74% from 475); Max value from RGB is 246 - color contains mainly: green. Hex color #C5F620 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5F620 is #3A09DF. Grayscale: #CFCFCF. Windows color (decimal): -3803616 or 2160325. OLE color: 2160325.

HSL color Cylindrical-coordinate representation of color #C5F620: hue angle of 73.74º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C5F620 is Cyan = 0.20, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.

Color convert

RGB 197 246 32 -
CMYK 0.20 0 0.87 0.04
HSL 73.74º 0.92% 0.55% -
HSV(B) 73.74º 0.87% 0.96% -
XYZ 56.24 77.89 13.44 -
YUV 206.95 29.27 120.9 -
System Red Green Blue C M Y K H S L
Decimal 197 246 32 0.20 0 0.87 0.04 73.74 0.92 0.55
Hex C5 F6 20 14 0 57 4 4A 5C 37
Octal 305 366 40 24 0 127 4 112 134 67
Binary 11000101 11110110 100000 10100 0 1010111 100 1001010 1011100 110111

Color Harmonies of #C5F620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F620

Black with #C5F620

Text Example


Text Example

White with #C5F620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F620; }

 p { color: rgb(197,246,32); }

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

background-color css

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

 a { background-color: rgb(197,246,32); }

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

border-color css

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

 span { border-color: rgb(197,246,32); }

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