#CEFD92

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

Shades of Reef #CEFD92

Tints of Reef #CEFD92

Color information

#CEFD92 (or 0xCEFD92) is unknown color: approx Reef. HEX triplet: CE, FD and 92. RGB value is (206,253,146). Sum of RGB (Red+Green+Blue) = 206+253+146=605 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.05% from 605); Green value is 253 (99.22% from 255 or 41.82% from 605); Blue value is 146 (57.42% from 255 or 24.13% from 605); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFD92 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFD92 is #31026D. Grayscale: #E3E3E3. Windows color (decimal): -3211886 or 9633230. OLE color: 9633230.

HSL color Cylindrical-coordinate representation of color #CEFD92: hue angle of 86.36º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CEFD92 is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.01.

Color convert

RGB206253146-
CMYK0.1900.420.01
HSL86.36º96.4%78.24%-
HSV(B)86.36º42.29%99.22%-
XYZ65.7785.4540.22-
YUV226.7582.43113.2-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.05%
GREEN value IS 253 (99.22% from 255) = 41.82%
BLUE value IS 146 (57.42% from 255) = 24.13%
R=34.05%
G=41.82%
B=24.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2062531460.1900.420.0186.3696.478.24
HexCEFD921302A156604e
Octal316375222230521126140116
Binary1100111011111101100100101001101010101101011011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFD92; }

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

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

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

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

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

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

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

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