#B6F07D

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

Shades of Sulu #B6F07D

Tints of Sulu #B6F07D

Color information

#B6F07D (or 0xB6F07D) is unknown color: approx Sulu. HEX triplet: B6, F0 and 7D. RGB value is (182,240,125). Sum of RGB (Red+Green+Blue) = 182+240+125=547 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.27% from 547); Green value is 240 (94.14% from 255 or 43.88% from 547); Blue value is 125 (49.22% from 255 or 22.85% from 547); Max value from RGB is 240 - color contains mainly: green. Hex color #B6F07D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B6F07D is #490F82. Grayscale: #D1D1D1. Windows color (decimal): -4788099 or 8253622. OLE color: 8253622.

HSL color Cylindrical-coordinate representation of color #B6F07D: hue angle of 90.26º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B6F07D is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB182240125-
CMYK0.2400.480.06
HSL90.26º79.31%71.57%-
HSV(B)90.26º47.92%94.12%-
XYZ54.1573.7530.78-
YUV209.5580.28108.35-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.27%
GREEN value IS 240 (94.14% from 255) = 43.88%
BLUE value IS 125 (49.22% from 255) = 22.85%
R=33.27%
G=43.88%
B=22.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1822401250.2400.480.0690.2679.3171.57
HexB6F07D1803065a4f48
Octal266360175300606132117110
Binary10110110111100001111101110000110000110101101010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F07D; }

 p { color: rgb(182,240,125); }

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

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

 a { background-color: rgb(182,240,125); }

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

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

 span { border-color: rgb(182,240,125); }

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