#CFE498

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

Shades of Reef #CFE498

Tints of Reef #CFE498

Color information

#CFE498 (or 0xCFE498) is unknown color: approx Reef. HEX triplet: CF, E4 and 98. RGB value is (207,228,152). Sum of RGB (Red+Green+Blue) = 207+228+152=587 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.26% from 587); Green value is 228 (89.45% from 255 or 38.84% from 587); Blue value is 152 (59.77% from 255 or 25.89% from 587); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE498 is #301B67. Grayscale: #D5D5D5. Windows color (decimal): -3152744 or 10020047. OLE color: 10020047.

HSL color Cylindrical-coordinate representation of color #CFE498: hue angle of 76.58º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFE498 is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.

Color convert

RGB207228152-
CMYK0.0900.330.11
HSL76.58º58.46%74.51%-
HSV(B)76.58º33.33%89.41%-
XYZ59.1471.0240.3-
YUV213.0693.54123.68-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.26%
GREEN value IS 228 (89.45% from 255) = 38.84%
BLUE value IS 152 (59.77% from 255) = 25.89%
R=35.26%
G=38.84%
B=25.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2072281520.0900.330.1176.5858.4674.51
HexCFE4989021B4d3a4b
Octal317344230110411311572113
Binary11001111111001001001100010010100001101110011011110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE498; }

 p { color: rgb(207,228,152); }

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

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

 a { background-color: rgb(207,228,152); }

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

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

 span { border-color: rgb(207,228,152); }

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