#CCF198

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

Shades of Reef #CCF198

Tints of Reef #CCF198

Color information

#CCF198 (or 0xCCF198) is unknown color: approx Reef. HEX triplet: CC, F1 and 98. RGB value is (204,241,152). Sum of RGB (Red+Green+Blue) = 204+241+152=597 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.17% from 597); Green value is 241 (94.53% from 255 or 40.37% from 597); Blue value is 152 (59.77% from 255 or 25.46% from 597); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF198 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF198 is #330E67. Grayscale: #DCDCDC. Windows color (decimal): -3346024 or 10023372. OLE color: 10023372.

HSL color Cylindrical-coordinate representation of color #CCF198: hue angle of 84.94º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CCF198 is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB204241152-
CMYK0.1500.370.05
HSL84.94º76.07%77.06%-
HSV(B)84.94º36.93%94.51%-
XYZ62.0278.0141.5-
YUV219.7989.74116.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.17%
GREEN value IS 241 (94.53% from 255) = 40.37%
BLUE value IS 152 (59.77% from 255) = 25.46%
R=34.17%
G=40.37%
B=25.46%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042411520.1500.370.0584.9476.0777.06
HexCCF198F0255554c4d
Octal314361230170455125114115
Binary11001100111100011001100011110100101101101010110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF198; }

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

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

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

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

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

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

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

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