#C5F384

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

Shades of Sulu #C5F384

Tints of Sulu #C5F384

Color information

#C5F384 (or 0xC5F384) is unknown color: approx Sulu. HEX triplet: C5, F3 and 84. RGB value is (197,243,132). Sum of RGB (Red+Green+Blue) = 197+243+132=572 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.44% from 572); Green value is 243 (95.31% from 255 or 42.48% from 572); Blue value is 132 (51.95% from 255 or 23.08% from 572); Max value from RGB is 243 - color contains mainly: green. Hex color #C5F384 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5F384 is #3A0C7B. Grayscale: #D8D8D8. Windows color (decimal): -3804284 or 8713157. OLE color: 8713157.

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

Color convert

RGB197243132-
CMYK0.1900.460.05
HSL84.86º82.22%73.53%-
HSV(B)84.86º45.68%95.29%-
XYZ59.2477.6433.69-
YUV216.5980.26114.03-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.44%
GREEN value IS 243 (95.31% from 255) = 42.48%
BLUE value IS 132 (51.95% from 255) = 23.08%
R=34.44%
G=42.48%
B=23.08%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1972431320.1900.460.0584.8682.2273.53
HexC5F3841302E555524a
Octal305363204230565125122112
Binary110001011111001110000100100110101110101101010110100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5F384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5F384; }

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

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

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

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

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

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

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

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