#CCFB95

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

Shades of Reef #CCFB95

Tints of Reef #CCFB95

Color information

#CCFB95 (or 0xCCFB95) is unknown color: approx Reef. HEX triplet: CC, FB and 95. RGB value is (204,251,149). Sum of RGB (Red+Green+Blue) = 204+251+149=604 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.77% from 604); Green value is 251 (98.44% from 255 or 41.56% from 604); Blue value is 149 (58.59% from 255 or 24.67% from 604); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFB95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFB95 is #33046A. Grayscale: #E1E1E1. Windows color (decimal): -3343467 or 9829324. OLE color: 9829324.

HSL color Cylindrical-coordinate representation of color #CCFB95: hue angle of 87.65º 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 #CCFB95 is Cyan = 0.19, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB204251149-
CMYK0.1900.410.02
HSL87.65º92.73%78.43%-
HSV(B)87.65º40.64%98.43%-
XYZ64.828441.23-
YUV225.3284.93112.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.77%
GREEN value IS 251 (98.44% from 255) = 41.56%
BLUE value IS 149 (58.59% from 255) = 24.67%
R=33.77%
G=41.56%
B=24.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042511490.1900.410.0287.6592.7378.43
HexCCFB95130292585d4e
Octal314373225230512130135116
Binary11001100111110111001010110011010100110101100010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFB95; }

 p { color: rgb(204,251,149); }

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

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

 a { background-color: rgb(204,251,149); }

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

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

 span { border-color: rgb(204,251,149); }

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