#CCEF9B

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

Shades of Reef #CCEF9B

Tints of Reef #CCEF9B

Color information

#CCEF9B (or 0xCCEF9B) is unknown color: approx Reef. HEX triplet: CC, EF and 9B. RGB value is (204,239,155). Sum of RGB (Red+Green+Blue) = 204+239+155=598 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.11% from 598); Green value is 239 (93.75% from 255 or 39.97% from 598); Blue value is 155 (60.94% from 255 or 25.92% from 598); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEF9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEF9B is #331064. Grayscale: #DBDBDB. Windows color (decimal): -3346533 or 10219468. OLE color: 10219468.

HSL color Cylindrical-coordinate representation of color #CCEF9B: hue angle of 85º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CCEF9B is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB204239155-
CMYK0.1500.350.06
HSL85º72.41%77.25%-
HSV(B)85º35.15%93.73%-
XYZ61.6876.9442.61-
YUV218.9691.9117.33-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.11%
GREEN value IS 239 (93.75% from 255) = 39.97%
BLUE value IS 155 (60.94% from 255) = 25.92%
R=34.11%
G=39.97%
B=25.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2042391550.1500.350.068572.4177.25
HexCCEF9BF023655484d
Octal314357233170436125110115
Binary11001100111011111001101111110100011110101010110010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEF9B; }

 p { color: rgb(204,239,155); }

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

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

 a { background-color: rgb(204,239,155); }

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

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

 span { border-color: rgb(204,239,155); }

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