Html Css Color HEX #C2F036 Pear

📋 copy color: '#C2F036'

red 194 ◦ green 240 ◦ blue 54

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

Shades of Pear #C2F036

Tints of Pear #C2F036

RGB

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

 GREEN value IS 240 (94.14% from 255) = 49.18%

 BLUE value IS 54 (21.48% from 255) = 11.07%

R = 39.75%
G = 49.18%
B = 11.07%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#C2F036 (or 0xC2F036) is known color: Pear. HEX triplet: C2, F0 and 36. RGB value is (194,240,54). Sum of RGB (Red+Green+Blue) = 194+240+54=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 240 (94.14% from 255 or 49.18% from 488); Blue value is 54 (21.48% from 255 or 11.07% from 488); Max value from RGB is 240 - color contains mainly: green. Hex color #C2F036 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2F036 is #3D0FC9. Grayscale: #CDCDCD. Windows color (decimal): -4001738 or 3600578. OLE color: 3600578.

HSL color Cylindrical-coordinate representation of color #C2F036: hue angle of 74.84º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C2F036 is Cyan = 0.19, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB 194 240 54 -
CMYK 0.19 0 0.78 0.06
HSL 74.84º 0.86% 0.58% -
HSV(B) 74.84º 0.78% 0.94% -
XYZ 54.07 74.06 14.93 -
YUV 205.04 42.76 120.12 -
System Red Green Blue C M Y K H S L
Decimal 194 240 54 0.19 0 0.78 0.06 74.84 0.86 0.58
Hex C2 F0 36 13 0 4E 6 4B 56 3A
Octal 302 360 66 23 0 116 6 113 126 72
Binary 11000010 11110000 110110 10011 0 1001110 110 1001011 1010110 111010

Color Harmonies of #C2F036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F036

Black with #C2F036

Text Example


Text Example

White with #C2F036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F036; }

 p { color: rgb(194,240,54); }

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

background-color css

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

 a { background-color: rgb(194,240,54); }

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

border-color css

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

 span { border-color: rgb(194,240,54); }

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