#C8FA8A

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

Shades of Sulu #C8FA8A

Tints of Sulu #C8FA8A

Color information

#C8FA8A (or 0xC8FA8A) is unknown color: approx Sulu. HEX triplet: C8, FA and 8A. RGB value is (200,250,138). Sum of RGB (Red+Green+Blue) = 200+250+138=588 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.01% from 588); Green value is 250 (98.05% from 255 or 42.52% from 588); Blue value is 138 (54.30% from 255 or 23.47% from 588); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FA8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8FA8A is #370575. Grayscale: #DEDEDE. Windows color (decimal): -3605878 or 9108168. OLE color: 9108168.

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

Color convert

RGB200250138-
CMYK0.200.450.02
HSL86.79º91.8%76.08%-
HSV(B)86.79º44.8%98.04%-
XYZ62.5982.4936.67-
YUV222.2880.44112.11-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.01%
GREEN value IS 250 (98.05% from 255) = 42.52%
BLUE value IS 138 (54.30% from 255) = 23.47%
R=34.01%
G=42.52%
B=23.47%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2002501380.200.450.0286.7991.876.08
HexC8FA8A1402D2575c4c
Octal310372212240552127134114
Binary11001000111110101000101010100010110110101011110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8FA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8FA8A; }

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

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

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

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

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

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

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

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