#C5F38A

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

Shades of Sulu #C5F38A

Tints of Sulu #C5F38A

Color information

#C5F38A (or 0xC5F38A) is unknown color: approx Sulu. HEX triplet: C5, F3 and 8A. RGB value is (197,243,138). Sum of RGB (Red+Green+Blue) = 197+243+138=578 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.08% from 578); Green value is 243 (95.31% from 255 or 42.04% from 578); Blue value is 138 (54.30% from 255 or 23.88% from 578); Max value from RGB is 243 - color contains mainly: green. Hex color #C5F38A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5F38A is #3A0C75. Grayscale: #D9D9D9. Windows color (decimal): -3804278 or 9106373. OLE color: 9106373.

HSL color Cylindrical-coordinate representation of color #C5F38A: hue angle of 86.29º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C5F38A is Cyan = 0.19, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB197243138-
CMYK0.1900.430.05
HSL86.29º81.4%74.71%-
HSV(B)86.29º43.21%95.29%-
XYZ59.6677.8135.92-
YUV217.2883.26113.54-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.08%
GREEN value IS 243 (95.31% from 255) = 42.04%
BLUE value IS 138 (54.30% from 255) = 23.88%
R=34.08%
G=42.04%
B=23.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1972431380.1900.430.0586.2981.474.71
HexC5F38A1302B556514b
Octal305363212230535126121113
Binary110001011111001110001010100110101011101101011010100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5F38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5F38A; }

 p { color: rgb(197,243,138); }

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

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

 a { background-color: rgb(197,243,138); }

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

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

 span { border-color: rgb(197,243,138); }

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