Html Css Color HEX #C2F32E Pear

📋 copy color: '#C2F32E'

red 194 ◦ green 243 ◦ blue 46

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

Shades of Pear #C2F32E

Tints of Pear #C2F32E

RGB

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

 GREEN value IS 243 (95.31% from 255) = 50.31%

 BLUE value IS 46 (18.36% from 255) = 9.52%

R = 40.17%
G = 50.31%
B = 9.52%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#C2F32E (or 0xC2F32E) is known color: Pear. HEX triplet: C2, F3 and 2E. RGB value is (194,243,46). Sum of RGB (Red+Green+Blue) = 194+243+46=483 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.17% from 483); Green value is 243 (95.31% from 255 or 50.31% from 483); Blue value is 46 (18.36% from 255 or 9.52% from 483); Max value from RGB is 243 - color contains mainly: green. Hex color #C2F32E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2F32E is #3D0CD1. Grayscale: #CECECE. Windows color (decimal): -4000978 or 3077058. OLE color: 3077058.

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

Color convert

RGB 194 243 46 -
CMYK 0.20 0 0.81 0.05
HSL 74.92º 0.89% 0.57% -
HSV(B) 74.92º 0.81% 0.95% -
XYZ 54.79 75.77 14.32 -
YUV 205.89 37.77 119.52 -
System Red Green Blue C M Y K H S L
Decimal 194 243 46 0.20 0 0.81 0.05 74.92 0.89 0.57
Hex C2 F3 2E 14 0 51 5 4B 59 39
Octal 302 363 56 24 0 121 5 113 131 71
Binary 11000010 11110011 101110 10100 0 1010001 101 1001011 1011001 111001

Color Harmonies of #C2F32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F32E

Black with #C2F32E

Text Example


Text Example

White with #C2F32E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F32E; }

 p { color: rgb(194,243,46); }

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

background-color css

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

 a { background-color: rgb(194,243,46); }

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

border-color css

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

 span { border-color: rgb(194,243,46); }

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