#CEFB94

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

Shades of Reef #CEFB94

Tints of Reef #CEFB94

Color information

#CEFB94 (or 0xCEFB94) is unknown color: approx Reef. HEX triplet: CE, FB and 94. RGB value is (206,251,148). Sum of RGB (Red+Green+Blue) = 206+251+148=605 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.05% from 605); Green value is 251 (98.44% from 255 or 41.49% from 605); Blue value is 148 (58.20% from 255 or 24.46% from 605); Max value from RGB is 251 - color contains mainly: green. Hex color #CEFB94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFB94 is #31046B. Grayscale: #E2E2E2. Windows color (decimal): -3212396 or 9763790. OLE color: 9763790.

HSL color Cylindrical-coordinate representation of color #CEFB94: hue angle of 86.21º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CEFB94 is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB206251148-
CMYK0.1800.410.02
HSL86.21º92.79%78.24%-
HSV(B)86.21º41.04%98.43%-
XYZ65.384.2540.84-
YUV225.884.09113.88-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.05%
GREEN value IS 251 (98.44% from 255) = 41.49%
BLUE value IS 148 (58.20% from 255) = 24.46%
R=34.05%
G=41.49%
B=24.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062511480.1800.410.0286.2192.7978.24
HexCEFB94120292565d4e
Octal316373224220512126135116
Binary11001110111110111001010010010010100110101011010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFB94; }

 p { color: rgb(206,251,148); }

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

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

 a { background-color: rgb(206,251,148); }

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

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

 span { border-color: rgb(206,251,148); }

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