#CCFF9B

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

Shades of Reef #CCFF9B

Tints of Reef #CCFF9B

Color information

#CCFF9B (or 0xCCFF9B) is unknown color: approx Reef. HEX triplet: CC, FF and 9B. RGB value is (204,255,155). Sum of RGB (Red+Green+Blue) = 204+255+155=614 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.22% from 614); Green value is 255 (100% from 255 or 41.53% from 614); Blue value is 155 (60.94% from 255 or 25.24% from 614); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFF9B is #330064. Grayscale: #E4E4E4. Windows color (decimal): -3342437 or 10223564. OLE color: 10223564.

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

Color convert

RGB204255155-
CMYK0.200.390
HSL90.6º100%80.39%-
HSV(B)90.6º39.22%100%-
XYZ66.5886.7244.24-
YUV228.3586.6110.63-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.22%
GREEN value IS 255 (100% from 255) = 41.53%
BLUE value IS 155 (60.94% from 255) = 25.24%
R=33.22%
G=41.53%
B=25.24%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2042551550.200.39090.610080.39
HexCCFF9B1402705b6450
Octal314377233240470133144120
Binary1100110011111111100110111010001001110101101111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFF9B; }

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

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

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

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

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

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

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

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