#C1F133

Color #C1F133 Pear (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pear #C1F133

Tints of Pear #C1F133

Color information

#C1F133 (or 0xC1F133) is unknown color: approx Pear. HEX triplet: C1, F1 and 33. RGB value is (193,241,51). Sum of RGB (Red+Green+Blue) = 193+241+51=485 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.79% from 485); Green value is 241 (94.53% from 255 or 49.69% from 485); Blue value is 51 (20.31% from 255 or 10.52% from 485); Max value from RGB is 241 - color contains mainly: green. Hex color #C1F133 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C1F133 is #3E0ECC. Grayscale: #CDCDCD. Windows color (decimal): -4067021 or 3404225. OLE color: 3404225.

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

Color convert

RGB19324151-
CMYK0.2000.790.05
HSL75.16º87.16%57.25%-
HSV(B)75.16º78.84%94.51%-
XYZ54.0574.4914.66-
YUV204.9941.1119.45-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.79%
GREEN value IS 241 (94.53% from 255) = 49.69%
BLUE value IS 51 (20.31% from 255) = 10.52%
R=39.79%
G=49.69%
B=10.52%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal193241510.2000.790.0575.1687.1657.25
HexC1F1331404F54b5739
Octal30136163240117511312771
Binary1100000111110001110011101000100111110110010111010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1F133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1F133; }

 p { color: rgb(193,241,51); }

 H1.HeaderClassName
 {
   color: #C1F133;
 }
 .AnyTagClassName
 {
   color: #C1F133;
 }
</style>
background-color css

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

 a { background-color: rgb(193,241,51); }

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

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

 span { border-color: rgb(193,241,51); }

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