#CEF195

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

Shades of Reef #CEF195

Tints of Reef #CEF195

Color information

#CEF195 (or 0xCEF195) is unknown color: approx Reef. HEX triplet: CE, F1 and 95. RGB value is (206,241,149). Sum of RGB (Red+Green+Blue) = 206+241+149=596 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.56% from 596); Green value is 241 (94.53% from 255 or 40.44% from 596); Blue value is 149 (58.59% from 255 or 25% from 596); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF195 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF195 is #310E6A. Grayscale: #DCDCDC. Windows color (decimal): -3214955 or 9826766. OLE color: 9826766.

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

Color convert

RGB206241149-
CMYK0.1500.380.05
HSL82.83º76.67%76.47%-
HSV(B)82.83º38.17%94.51%-
XYZ62.3378.240.24-
YUV220.0587.9117.98-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.56%
GREEN value IS 241 (94.53% from 255) = 40.44%
BLUE value IS 149 (58.59% from 255) = 25%
R=34.56%
G=40.44%
B=25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2062411490.1500.380.0582.8376.6776.47
HexCEF195F0265534d4c
Octal316361225170465123115114
Binary11001110111100011001010111110100110101101001110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF195; }

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

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

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

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

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

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

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

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