Html Css Color HEX #C0F132 Pear

📋 copy color: '#C0F132'

red 192 ◦ green 241 ◦ blue 50

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

Shades of Pear #C0F132

Tints of Pear #C0F132

RGB

 RED value IS 192 (75.39% from 255) = 39.75%

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

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

R = 39.75%
G = 49.9%
B = 10.35%

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

#C0F132 (or 0xC0F132) is known color: Pear. HEX triplet: C0, F1 and 32. RGB value is (192,241,50). Sum of RGB (Red+Green+Blue) = 192+241+50=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 241 (94.53% from 255 or 49.90% from 483); Blue value is 50 (19.92% from 255 or 10.35% from 483); Max value from RGB is 241 - color contains mainly: green. Hex color #C0F132 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0F132 is #3F0ECD. Grayscale: #CDCDCD. Windows color (decimal): -4132558 or 3338688. OLE color: 3338688.

HSL color Cylindrical-coordinate representation of color #C0F132: hue angle of 75.39º 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 #C0F132 is Cyan = 0.20, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB 192 241 50 -
CMYK 0.20 0 0.79 0.05
HSL 75.39º 0.87% 0.57% -
HSV(B) 75.39º 0.79% 0.95% -
XYZ 53.77 74.35 14.53 -
YUV 204.58 40.77 119.03 -
System Red Green Blue C M Y K H S L
Decimal 192 241 50 0.20 0 0.79 0.05 75.39 0.87 0.57
Hex C0 F1 32 14 0 4F 5 4B 57 39
Octal 300 361 62 24 0 117 5 113 127 71
Binary 11000000 11110001 110010 10100 0 1001111 101 1001011 1010111 111001

Color Harmonies of #C0F132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F132

Black with #C0F132

Text Example


Text Example

White with #C0F132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F132; }

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

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

background-color css

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

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

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

border-color css

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

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

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