Html Css Color HEX #C5F22D Pear

📋 copy color: '#C5F22D'

red 197 ◦ green 242 ◦ blue 45

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

Shades of Pear #C5F22D

Tints of Pear #C5F22D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.3%

R = 40.7%
G = 50%
B = 9.3%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#C5F22D (or 0xC5F22D) is known color: Pear. HEX triplet: C5, F2 and 2D. RGB value is (197,242,45). Sum of RGB (Red+Green+Blue) = 197+242+45=484 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.70% from 484); Green value is 242 (94.92% from 255 or 50% from 484); Blue value is 45 (17.97% from 255 or 9.30% from 484); Max value from RGB is 242 - color contains mainly: green. Hex color #C5F22D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5F22D is #3A0DD2. Grayscale: #CECECE. Windows color (decimal): -3804627 or 3011269. OLE color: 3011269.

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

Color convert

RGB 197 242 45 -
CMYK 0.19 0 0.81 0.05
HSL 73.71º 0.88% 0.56% -
HSV(B) 73.71º 0.81% 0.95% -
XYZ 55.25 75.56 14.16 -
YUV 206.09 37.09 121.52 -
System Red Green Blue C M Y K H S L
Decimal 197 242 45 0.19 0 0.81 0.05 73.71 0.88 0.56
Hex C5 F2 2D 13 0 51 5 4A 58 38
Octal 305 362 55 23 0 121 5 112 130 70
Binary 11000101 11110010 101101 10011 0 1010001 101 1001010 1011000 111000

Color Harmonies of #C5F22D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F22D

Black with #C5F22D

Text Example


Text Example

White with #C5F22D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F22D; }

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

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

background-color css

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

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

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

border-color css

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

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

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