Html Css Color HEX #C5F22A Pear

📋 copy color: '#C5F22A'

red 197 ◦ green 242 ◦ blue 42

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

Shades of Pear #C5F22A

Tints of Pear #C5F22A

RGB

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

 GREEN value IS 242 (94.92% from 255) = 50.31%

 BLUE value IS 42 (16.8% from 255) = 8.73%

R = 40.96%
G = 50.31%
B = 8.73%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#C5F22A (or 0xC5F22A) is known color: Pear. HEX triplet: C5, F2 and 2A. RGB value is (197,242,42). Sum of RGB (Red+Green+Blue) = 197+242+42=481 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.96% from 481); Green value is 242 (94.92% from 255 or 50.31% from 481); Blue value is 42 (16.80% from 255 or 8.73% from 481); Max value from RGB is 242 - color contains mainly: green. Hex color #C5F22A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5F22A is #3A0DD5. Grayscale: #CECECE. Windows color (decimal): -3804630 or 2814661. OLE color: 2814661.

HSL color Cylindrical-coordinate representation of color #C5F22A: hue angle of 73.5º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C5F22A is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 197 242 42 -
CMYK 0.19 0 0.83 0.05
HSL 73.5º 0.88% 0.56% -
HSV(B) 73.5º 0.83% 0.95% -
XYZ 55.2 75.54 13.86 -
YUV 205.75 35.59 121.76 -
System Red Green Blue C M Y K H S L
Decimal 197 242 42 0.19 0 0.83 0.05 73.5 0.88 0.56
Hex C5 F2 2A 13 0 53 5 4A 58 38
Octal 305 362 52 23 0 123 5 112 130 70
Binary 11000101 11110010 101010 10011 0 1010011 101 1001010 1011000 111000

Color Harmonies of #C5F22A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F22A

Black with #C5F22A

Text Example


Text Example

White with #C5F22A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F22A; }

 p { color: rgb(197,242,42); }

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

background-color css

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

 a { background-color: rgb(197,242,42); }

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

border-color css

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

 span { border-color: rgb(197,242,42); }

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