#C8FF85

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

Shades of Sulu #C8FF85

Tints of Sulu #C8FF85

Color information

#C8FF85 (or 0xC8FF85) is unknown color: approx Sulu. HEX triplet: C8, FF and 85. RGB value is (200,255,133). Sum of RGB (Red+Green+Blue) = 200+255+133=588 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.01% from 588); Green value is 255 (100% from 255 or 43.37% from 588); Blue value is 133 (52.34% from 255 or 22.62% from 588); Max value from RGB is 255 - color contains mainly: green. Hex color #C8FF85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8FF85 is #37007A. Grayscale: #E1E1E1. Windows color (decimal): -3604603 or 8781768. OLE color: 8781768.

HSL color Cylindrical-coordinate representation of color #C8FF85: hue angle of 87.05º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C8FF85 is Cyan = 0.22, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.

Color convert

RGB200255133-
CMYK0.2200.480
HSL87.05º100%76.08%-
HSV(B)87.05º47.84%100%-
XYZ63.8185.4935.33-
YUV224.6576.28110.42-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.01%
GREEN value IS 255 (100% from 255) = 43.37%
BLUE value IS 133 (52.34% from 255) = 22.62%
R=34.01%
G=43.37%
B=22.62%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2002551330.2200.48087.0510076.08
HexC8FF8516030057644c
Octal310377205260600127144114
Binary1100100011111111100001011011001100000101011111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8FF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8FF85; }

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

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

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

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

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

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

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

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