Html Css Color HEX #C2F237 Pear

📋 copy color: '#C2F237'

red 194 ◦ green 242 ◦ blue 55

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

Shades of Pear #C2F237

Tints of Pear #C2F237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 11.2%

R = 39.51%
G = 49.29%
B = 11.2%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#C2F237 (or 0xC2F237) is known color: Pear. HEX triplet: C2, F2 and 37. RGB value is (194,242,55). Sum of RGB (Red+Green+Blue) = 194+242+55=491 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.51% from 491); Green value is 242 (94.92% from 255 or 49.29% from 491); Blue value is 55 (21.88% from 255 or 11.20% from 491); Max value from RGB is 242 - color contains mainly: green. Hex color #C2F237 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2F237 is #3D0DC8. Grayscale: #CFCFCF. Windows color (decimal): -4001225 or 3666626. OLE color: 3666626.

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

Color convert

RGB 194 242 55 -
CMYK 0.20 0 0.77 0.05
HSL 75.4º 0.88% 0.58% -
HSV(B) 75.4º 0.77% 0.95% -
XYZ 54.69 75.25 15.26 -
YUV 206.33 42.6 119.21 -
System Red Green Blue C M Y K H S L
Decimal 194 242 55 0.20 0 0.77 0.05 75.4 0.88 0.58
Hex C2 F2 37 14 0 4D 5 4B 58 3A
Octal 302 362 67 24 0 115 5 113 130 72
Binary 11000010 11110010 110111 10100 0 1001101 101 1001011 1011000 111010

Color Harmonies of #C2F237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F237

Black with #C2F237

Text Example


Text Example

White with #C2F237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F237; }

 p { color: rgb(194,242,55); }

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

background-color css

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

 a { background-color: rgb(194,242,55); }

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

border-color css

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

 span { border-color: rgb(194,242,55); }

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