#CCFD9B

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

Shades of Reef #CCFD9B

Tints of Reef #CCFD9B

Color information

#CCFD9B (or 0xCCFD9B) is unknown color: approx Reef. HEX triplet: CC, FD and 9B. RGB value is (204,253,155). Sum of RGB (Red+Green+Blue) = 204+253+155=612 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.33% from 612); Green value is 253 (99.22% from 255 or 41.34% from 612); Blue value is 155 (60.94% from 255 or 25.33% from 612); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFD9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFD9B is #330264. Grayscale: #E3E3E3. Windows color (decimal): -3342949 or 10223052. OLE color: 10223052.

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

Color convert

RGB204253155-
CMYK0.1900.390.01
HSL90º96.08%80%-
HSV(B)90º38.74%99.22%-
XYZ65.9485.4544.03-
YUV227.1887.27111.47-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.33%
GREEN value IS 253 (99.22% from 255) = 41.34%
BLUE value IS 155 (60.94% from 255) = 25.33%
R=33.33%
G=41.34%
B=25.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2042531550.1900.390.019096.0880
HexCCFD9B1302715a6050
Octal314375233230471132140120
Binary1100110011111101100110111001101001111101101011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFD9B; }

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

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

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

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

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

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

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

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