#C4F185

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

Shades of Sulu #C4F185

Tints of Sulu #C4F185

Color information

#C4F185 (or 0xC4F185) is unknown color: approx Sulu. HEX triplet: C4, F1 and 85. RGB value is (196,241,133). Sum of RGB (Red+Green+Blue) = 196+241+133=570 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.39% from 570); Green value is 241 (94.53% from 255 or 42.28% from 570); Blue value is 133 (52.34% from 255 or 23.33% from 570); Max value from RGB is 241 - color contains mainly: green. Hex color #C4F185 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C4F185 is #3B0E7A. Grayscale: #D7D7D7. Windows color (decimal): -3870331 or 8778180. OLE color: 8778180.

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

Color convert

RGB196241133-
CMYK0.1900.450.05
HSL85º79.41%73.33%-
HSV(B)85º44.81%94.51%-
XYZ58.4576.3433.84-
YUV215.2381.59114.28-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.39%
GREEN value IS 241 (94.53% from 255) = 42.28%
BLUE value IS 133 (52.34% from 255) = 23.33%
R=34.39%
G=42.28%
B=23.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1962411330.1900.450.058579.4173.33
HexC4F1851302D5554f49
Octal304361205230555125117111
Binary110001001111000110000101100110101101101101010110011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4F185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4F185; }

 p { color: rgb(196,241,133); }

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

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

 a { background-color: rgb(196,241,133); }

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

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

 span { border-color: rgb(196,241,133); }

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