#CFF195

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

Shades of Reef #CFF195

Tints of Reef #CFF195

Color information

#CFF195 (or 0xCFF195) is unknown color: approx Reef. HEX triplet: CF, F1 and 95. RGB value is (207,241,149). Sum of RGB (Red+Green+Blue) = 207+241+149=597 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.67% from 597); Green value is 241 (94.53% from 255 or 40.37% from 597); Blue value is 149 (58.59% from 255 or 24.96% from 597); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF195 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF195 is #300E6A. Grayscale: #DCDCDC. Windows color (decimal): -3149419 or 9826767. OLE color: 9826767.

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

Color convert

RGB207241149-
CMYK0.1400.380.05
HSL82.17º76.67%76.47%-
HSV(B)82.17º38.17%94.51%-
XYZ62.6178.3540.26-
YUV220.3587.74118.48-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.67%
GREEN value IS 241 (94.53% from 255) = 40.37%
BLUE value IS 149 (58.59% from 255) = 24.96%
R=34.67%
G=40.37%
B=24.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2072411490.1400.380.0582.1776.6776.47
HexCFF195E0265524d4c
Octal317361225160465122115114
Binary11001111111100011001010111100100110101101001010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF195; }

 p { color: rgb(207,241,149); }

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

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

 a { background-color: rgb(207,241,149); }

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

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

 span { border-color: rgb(207,241,149); }

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