#B8F36C

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

Shades of Sulu #B8F36C

Tints of Sulu #B8F36C

Color information

#B8F36C (or 0xB8F36C) is unknown color: approx Sulu. HEX triplet: B8, F3 and 6C. RGB value is (184,243,108). Sum of RGB (Red+Green+Blue) = 184+243+108=535 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.39% from 535); Green value is 243 (95.31% from 255 or 45.42% from 535); Blue value is 108 (42.58% from 255 or 20.19% from 535); Max value from RGB is 243 - color contains mainly: green. Hex color #B8F36C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8F36C is #470C93. Grayscale: #D2D2D2. Windows color (decimal): -4656276 or 7140280. OLE color: 7140280.

HSL color Cylindrical-coordinate representation of color #B8F36C: hue angle of 86.22º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B8F36C is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB184243108-
CMYK0.2400.560.05
HSL86.22º84.91%68.82%-
HSV(B)86.22º55.56%95.29%-
XYZ54.5275.3725.86-
YUV209.9770.45109.48-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.39%
GREEN value IS 243 (95.31% from 255) = 45.42%
BLUE value IS 108 (42.58% from 255) = 20.19%
R=34.39%
G=45.42%
B=20.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1842431080.2400.560.0586.2284.9168.82
HexB8F36C180385565545
Octal270363154300705126125105
Binary10111000111100111101100110000111000101101011010101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8F36C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8F36C; }

 p { color: rgb(184,243,108); }

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

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

 a { background-color: rgb(184,243,108); }

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

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

 span { border-color: rgb(184,243,108); }

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