#CEFF92

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

Shades of Reef #CEFF92

Tints of Reef #CEFF92

Color information

#CEFF92 (or 0xCEFF92) is unknown color: approx Reef. HEX triplet: CE, FF and 92. RGB value is (206,255,146). Sum of RGB (Red+Green+Blue) = 206+255+146=607 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.94% from 607); Green value is 255 (100% from 255 or 42.01% from 607); Blue value is 146 (57.42% from 255 or 24.05% from 607); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFF92 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFF92 is #31006D. Grayscale: #E4E4E4. Windows color (decimal): -3211374 or 9633742. OLE color: 9633742.

HSL color Cylindrical-coordinate representation of color #CEFF92: hue angle of 86.97º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CEFF92 is Cyan = 0.19, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.

Color convert

RGB206255146-
CMYK0.1900.430
HSL86.97º100%78.63%-
HSV(B)86.97º42.75%100%-
XYZ66.486.7240.43-
YUV227.9281.77112.36-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.94%
GREEN value IS 255 (100% from 255) = 42.01%
BLUE value IS 146 (57.42% from 255) = 24.05%
R=33.94%
G=42.01%
B=24.05%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2062551460.1900.43086.9710078.63
HexCEFF921302B057644f
Octal316377222230530127144117
Binary1100111011111111100100101001101010110101011111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFF92; }

 p { color: rgb(206,255,146); }

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

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

 a { background-color: rgb(206,255,146); }

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

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

 span { border-color: rgb(206,255,146); }

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