#C2F19C

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

Shades of Reef #C2F19C

Tints of Reef #C2F19C

Color information

#C2F19C (or 0xC2F19C) is unknown color: approx Reef. HEX triplet: C2, F1 and 9C. RGB value is (194,241,156). Sum of RGB (Red+Green+Blue) = 194+241+156=591 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.83% from 591); Green value is 241 (94.53% from 255 or 40.78% from 591); Blue value is 156 (61.33% from 255 or 26.40% from 591); Max value from RGB is 241 - color contains mainly: green. Hex color #C2F19C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2F19C is #3D0E63. Grayscale: #D9D9D9. Windows color (decimal): -4001380 or 10285506. OLE color: 10285506.

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

Color convert

RGB194241156-
CMYK0.2000.350.05
HSL93.18º75.22%77.84%-
HSV(B)93.18º35.27%94.51%-
XYZ59.776.7843.13-
YUV217.2693.43111.41-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.83%
GREEN value IS 241 (94.53% from 255) = 40.78%
BLUE value IS 156 (61.33% from 255) = 26.40%
R=32.83%
G=40.78%
B=26.40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1942411560.2000.350.0593.1875.2277.84
HexC2F19C1402355d4b4e
Octal302361234240435135113116
Binary110000101111000110011100101000100011101101110110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2F19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2F19C; }

 p { color: rgb(194,241,156); }

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

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

 a { background-color: rgb(194,241,156); }

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

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

 span { border-color: rgb(194,241,156); }

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