#C1F295

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

Shades of Reef #C1F295

Tints of Reef #C1F295

Color information

#C1F295 (or 0xC1F295) is unknown color: approx Reef. HEX triplet: C1, F2 and 95. RGB value is (193,242,149). Sum of RGB (Red+Green+Blue) = 193+242+149=584 (77% of max value = 765). Red value is 193 (75.78% from 255 or 33.05% from 584); Green value is 242 (94.92% from 255 or 41.44% from 584); Blue value is 149 (58.59% from 255 or 25.51% from 584); Max value from RGB is 242 - color contains mainly: green. Hex color #C1F295 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1F295 is #3E0D6A. Grayscale: #D9D9D9. Windows color (decimal): -4066667 or 9827009. OLE color: 9827009.

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

Color convert

RGB193242149-
CMYK0.2000.380.05
HSL91.61º78.15%76.67%-
HSV(B)91.61º38.43%94.9%-
XYZ59.1777.0140.18-
YUV216.7589.77111.06-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.05%
GREEN value IS 242 (94.92% from 255) = 41.44%
BLUE value IS 149 (58.59% from 255) = 25.51%
R=33.05%
G=41.44%
B=25.51%

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
Decimal1932421490.2000.380.0591.6178.1576.67
HexC1F2951402655c4e4d
Octal301362225240465134116115
Binary110000011111001010010101101000100110101101110010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1F295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1F295; }

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

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

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

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

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

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

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

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