#CFE49B

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

Shades of Reef #CFE49B

Tints of Reef #CFE49B

Color information

#CFE49B (or 0xCFE49B) is unknown color: approx Reef. HEX triplet: CF, E4 and 9B. RGB value is (207,228,155). Sum of RGB (Red+Green+Blue) = 207+228+155=590 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.08% from 590); Green value is 228 (89.45% from 255 or 38.64% from 590); Blue value is 155 (60.94% from 255 or 26.27% from 590); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE49B is #301B64. Grayscale: #D5D5D5. Windows color (decimal): -3152741 or 10216655. OLE color: 10216655.

HSL color Cylindrical-coordinate representation of color #CFE49B: hue angle of 77.26º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CFE49B is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB207228155-
CMYK0.0900.320.11
HSL77.26º57.48%75.1%-
HSV(B)77.26º32.02%89.41%-
XYZ59.3971.1241.61-
YUV213.495.04123.44-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.08%
GREEN value IS 228 (89.45% from 255) = 38.64%
BLUE value IS 155 (60.94% from 255) = 26.27%
R=35.08%
G=38.64%
B=26.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2072281550.0900.320.1177.2657.4875.1
HexCFE49B9020B4d394b
Octal317344233110401311571113
Binary11001111111001001001101110010100000101110011011110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE49B; }

 p { color: rgb(207,228,155); }

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

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

 a { background-color: rgb(207,228,155); }

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

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

 span { border-color: rgb(207,228,155); }

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