#C8FA85

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

Shades of Sulu #C8FA85

Tints of Sulu #C8FA85

Color information

#C8FA85 (or 0xC8FA85) is unknown color: approx Sulu. HEX triplet: C8, FA and 85. RGB value is (200,250,133). Sum of RGB (Red+Green+Blue) = 200+250+133=583 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.31% from 583); Green value is 250 (98.05% from 255 or 42.88% from 583); Blue value is 133 (52.34% from 255 or 22.81% from 583); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FA85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8FA85 is #37057A. Grayscale: #DEDEDE. Windows color (decimal): -3605883 or 8780488. OLE color: 8780488.

HSL color Cylindrical-coordinate representation of color #C8FA85: hue angle of 85.64º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C8FA85 is Cyan = 0.2, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB200250133-
CMYK0.200.470.02
HSL85.64º92.13%75.1%-
HSV(B)85.64º46.8%98.04%-
XYZ62.2482.3434.8-
YUV221.7177.94112.51-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.31%
GREEN value IS 250 (98.05% from 255) = 42.88%
BLUE value IS 133 (52.34% from 255) = 22.81%
R=34.31%
G=42.88%
B=22.81%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2002501330.200.470.0285.6492.1375.1
HexC8FA851402F2565c4b
Octal310372205240572126134113
Binary11001000111110101000010110100010111110101011010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8FA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8FA85; }

 p { color: rgb(200,250,133); }

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

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

 a { background-color: rgb(200,250,133); }

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

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

 span { border-color: rgb(200,250,133); }

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