#C1F297

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

Shades of Reef #C1F297

Tints of Reef #C1F297

Color information

#C1F297 (or 0xC1F297) is unknown color: approx Reef. HEX triplet: C1, F2 and 97. RGB value is (193,242,151). Sum of RGB (Red+Green+Blue) = 193+242+151=586 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.94% from 586); Green value is 242 (94.92% from 255 or 41.30% from 586); Blue value is 151 (59.38% from 255 or 25.77% from 586); Max value from RGB is 242 - color contains mainly: green. Hex color #C1F297 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1F297 is #3E0D68. Grayscale: #D9D9D9. Windows color (decimal): -4066665 or 9958081. OLE color: 9958081.

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

Color convert

RGB193242151-
CMYK0.2000.380.05
HSL92.31º77.78%77.06%-
HSV(B)92.31º37.6%94.9%-
XYZ59.3377.0841.03-
YUV216.9890.77110.9-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.94%
GREEN value IS 242 (94.92% from 255) = 41.30%
BLUE value IS 151 (59.38% from 255) = 25.77%
R=32.94%
G=41.30%
B=25.77%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1932421510.2000.380.0592.3177.7877.06
HexC1F2971402655c4e4d
Octal301362227240465134116115
Binary110000011111001010010111101000100110101101110010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1F297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1F297; }

 p { color: rgb(193,242,151); }

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

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

 a { background-color: rgb(193,242,151); }

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

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

 span { border-color: rgb(193,242,151); }

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