#C5F98B

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

Shades of Sulu #C5F98B

Tints of Sulu #C5F98B

Color information

#C5F98B (or 0xC5F98B) is unknown color: approx Sulu. HEX triplet: C5, F9 and 8B. RGB value is (197,249,139). Sum of RGB (Red+Green+Blue) = 197+249+139=585 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.68% from 585); Green value is 249 (97.66% from 255 or 42.56% from 585); Blue value is 139 (54.69% from 255 or 23.76% from 585); Max value from RGB is 249 - color contains mainly: green. Hex color #C5F98B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5F98B is #3A0674. Grayscale: #DDDDDD. Windows color (decimal): -3802741 or 9173445. OLE color: 9173445.

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

Color convert

RGB197249139-
CMYK0.2100.440.02
HSL88.36º90.16%76.08%-
HSV(B)88.36º44.18%97.65%-
XYZ61.5681.4936.91-
YUV220.9181.77110.94-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.68%
GREEN value IS 249 (97.66% from 255) = 42.56%
BLUE value IS 139 (54.69% from 255) = 23.76%
R=33.68%
G=42.56%
B=23.76%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1972491390.2100.440.0288.3690.1676.08
HexC5F98B1502C2585a4c
Octal305371213250542130132114
Binary11000101111110011000101110101010110010101100010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5F98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5F98B; }

 p { color: rgb(197,249,139); }

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

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

 a { background-color: rgb(197,249,139); }

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

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

 span { border-color: rgb(197,249,139); }

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