#CCFE98

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

Shades of Reef #CCFE98

Tints of Reef #CCFE98

Color information

#CCFE98 (or 0xCCFE98) is unknown color: approx Reef. HEX triplet: CC, FE and 98. RGB value is (204,254,152). Sum of RGB (Red+Green+Blue) = 204+254+152=610 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.44% from 610); Green value is 254 (99.61% from 255 or 41.64% from 610); Blue value is 152 (59.77% from 255 or 24.92% from 610); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFE98 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFE98 is #330167. Grayscale: #E3E3E3. Windows color (decimal): -3342696 or 10026700. OLE color: 10026700.

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

Color convert

RGB204254152-
CMYK0.2000.400.00
HSL89.41º98.08%79.61%-
HSV(B)89.41º40.16%99.61%-
XYZ66.0185.9942.82-
YUV227.4285.44111.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.44%
GREEN value IS 254 (99.61% from 255) = 41.64%
BLUE value IS 152 (59.77% from 255) = 24.92%
R=33.44%
G=41.64%
B=24.92%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2042541520.2000.400.0089.4198.0879.61
HexCCFE98140280596250
Octal314376230240500131142120
Binary1100110011111110100110001010001010000101100111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFE98; }

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

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

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

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

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

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

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

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