#B8ED74

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

Shades of Sulu #B8ED74

Tints of Sulu #B8ED74

Color information

#B8ED74 (or 0xB8ED74) is unknown color: approx Sulu. HEX triplet: B8, ED and 74. RGB value is (184,237,116). Sum of RGB (Red+Green+Blue) = 184+237+116=537 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.26% from 537); Green value is 237 (92.97% from 255 or 44.13% from 537); Blue value is 116 (45.70% from 255 or 21.60% from 537); Max value from RGB is 237 - color contains mainly: green. Hex color #B8ED74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8ED74 is #47128B. Grayscale: #CFCFCF. Windows color (decimal): -4657804 or 7663032. OLE color: 7663032.

HSL color Cylindrical-coordinate representation of color #B8ED74: hue angle of 86.28º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B8ED74 is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB184237116-
CMYK0.2200.510.07
HSL86.28º77.07%69.22%-
HSV(B)86.28º51.05%92.94%-
XYZ53.272.0227.62-
YUV207.3676.44111.34-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.26%
GREEN value IS 237 (92.97% from 255) = 44.13%
BLUE value IS 116 (45.70% from 255) = 21.60%
R=34.26%
G=44.13%
B=21.60%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1842371160.2200.510.0786.2877.0769.22
HexB8ED74160337564d45
Octal270355164260637126115105
Binary10111000111011011110100101100110011111101011010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8ED74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8ED74; }

 p { color: rgb(184,237,116); }

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

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

 a { background-color: rgb(184,237,116); }

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

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

 span { border-color: rgb(184,237,116); }

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