Html Css Color HEX #C2F132 Pear

📋 copy color: '#C2F132'

red 194 ◦ green 241 ◦ blue 50

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

Shades of Pear #C2F132

Tints of Pear #C2F132

RGB

 RED value IS 194 (76.17% from 255) = 40%

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

 BLUE value IS 50 (19.92% from 255) = 10.31%

R = 40%
G = 49.69%
B = 10.31%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#C2F132 (or 0xC2F132) is known color: Pear. HEX triplet: C2, F1 and 32. RGB value is (194,241,50). Sum of RGB (Red+Green+Blue) = 194+241+50=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 241 (94.53% from 255 or 49.69% from 485); Blue value is 50 (19.92% from 255 or 10.31% from 485); Max value from RGB is 241 - color contains mainly: green. Hex color #C2F132 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2F132 is #3D0ECD. Grayscale: #CDCDCD. Windows color (decimal): -4001486 or 3338690. OLE color: 3338690.

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

Color convert

RGB 194 241 50 -
CMYK 0.20 0 0.79 0.05
HSL 74.76º 0.87% 0.57% -
HSV(B) 74.76º 0.79% 0.95% -
XYZ 54.28 74.61 14.56 -
YUV 205.17 40.43 120.03 -
System Red Green Blue C M Y K H S L
Decimal 194 241 50 0.20 0 0.79 0.05 74.76 0.87 0.57
Hex C2 F1 32 14 0 4F 5 4B 57 39
Octal 302 361 62 24 0 117 5 113 127 71
Binary 11000010 11110001 110010 10100 0 1001111 101 1001011 1010111 111001

Color Harmonies of #C2F132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F132

Black with #C2F132

Text Example


Text Example

White with #C2F132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F132; }

 p { color: rgb(194,241,50); }

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

background-color css

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

 a { background-color: rgb(194,241,50); }

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

border-color css

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

 span { border-color: rgb(194,241,50); }

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