Html Css Color HEX #C2F12C Pear

📋 copy color: '#C2F12C'

red 194 ◦ green 241 ◦ blue 44

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

Shades of Pear #C2F12C

Tints of Pear #C2F12C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.19%

R = 40.5%
G = 50.31%
B = 9.19%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#C2F12C (or 0xC2F12C) is known color: Pear. HEX triplet: C2, F1 and 2C. RGB value is (194,241,44). Sum of RGB (Red+Green+Blue) = 194+241+44=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 241 (94.53% from 255 or 50.31% from 479); Blue value is 44 (17.58% from 255 or 9.19% from 479); Max value from RGB is 241 - color contains mainly: green. Hex color #C2F12C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2F12C is #3D0ED3. Grayscale: #CDCDCD. Windows color (decimal): -4001492 or 2945474. OLE color: 2945474.

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

Color convert

RGB 194 241 44 -
CMYK 0.20 0 0.82 0.05
HSL 74.31º 0.88% 0.56% -
HSV(B) 74.31º 0.82% 0.95% -
XYZ 54.16 74.56 13.92 -
YUV 204.49 37.43 120.52 -
System Red Green Blue C M Y K H S L
Decimal 194 241 44 0.20 0 0.82 0.05 74.31 0.88 0.56
Hex C2 F1 2C 14 0 52 5 4A 58 38
Octal 302 361 54 24 0 122 5 112 130 70
Binary 11000010 11110001 101100 10100 0 1010010 101 1001010 1011000 111000

Color Harmonies of #C2F12C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F12C

Black with #C2F12C

Text Example


Text Example

White with #C2F12C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F12C; }

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

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

background-color css

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

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

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

border-color css

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

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

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