#C7F885

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

Shades of Sulu #C7F885

Tints of Sulu #C7F885

Color information

#C7F885 (or 0xC7F885) is unknown color: approx Sulu. HEX triplet: C7, F8 and 85. RGB value is (199,248,133). Sum of RGB (Red+Green+Blue) = 199+248+133=580 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.31% from 580); Green value is 248 (97.27% from 255 or 42.76% from 580); Blue value is 133 (52.34% from 255 or 22.93% from 580); Max value from RGB is 248 - color contains mainly: green. Hex color #C7F885 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7F885 is #38077A. Grayscale: #DCDCDC. Windows color (decimal): -3671931 or 8779975. OLE color: 8779975.

HSL color Cylindrical-coordinate representation of color #C7F885: hue angle of 85.57º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C7F885 is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB199248133-
CMYK0.2000.460.03
HSL85.57º89.15%74.71%-
HSV(B)85.57º46.37%97.25%-
XYZ61.3580.9734.59-
YUV220.2478.77112.85-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.31%
GREEN value IS 248 (97.27% from 255) = 42.76%
BLUE value IS 133 (52.34% from 255) = 22.93%
R=34.31%
G=42.76%
B=22.93%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1992481330.2000.460.0385.5789.1574.71
HexC7F8851402E356594b
Octal307370205240563126131113
Binary11000111111110001000010110100010111011101011010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7F885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7F885; }

 p { color: rgb(199,248,133); }

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

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

 a { background-color: rgb(199,248,133); }

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

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

 span { border-color: rgb(199,248,133); }

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