#CCFF98

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

Shades of Reef #CCFF98

Tints of Reef #CCFF98

Color information

#CCFF98 (or 0xCCFF98) is unknown color: approx Reef. HEX triplet: CC, FF and 98. RGB value is (204,255,152). Sum of RGB (Red+Green+Blue) = 204+255+152=611 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.39% from 611); Green value is 255 (100% from 255 or 41.73% from 611); Blue value is 152 (59.77% from 255 or 24.88% from 611); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF98 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFF98 is #330067. Grayscale: #E4E4E4. Windows color (decimal): -3342440 or 10026956. OLE color: 10026956.

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

Color convert

RGB204255152-
CMYK0.200.400
HSL89.71º100%79.8%-
HSV(B)89.71º40.39%100%-
XYZ66.3386.6242.93-
YUV228.0185.1110.88-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.39%
GREEN value IS 255 (100% from 255) = 41.73%
BLUE value IS 152 (59.77% from 255) = 24.88%
R=33.39%
G=41.73%
B=24.88%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2042551520.200.40089.7110079.8
HexCCFF981402805a6450
Octal314377230240500132144120
Binary1100110011111111100110001010001010000101101011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFF98; }

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

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

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

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

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

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

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

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