#BBED74

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

Shades of Sulu #BBED74

Tints of Sulu #BBED74

Color information

#BBED74 (or 0xBBED74) is unknown color: approx Sulu. HEX triplet: BB, ED and 74. RGB value is (187,237,116). Sum of RGB (Red+Green+Blue) = 187+237+116=540 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.63% from 540); Green value is 237 (92.97% from 255 or 43.89% from 540); Blue value is 116 (45.70% from 255 or 21.48% from 540); Max value from RGB is 237 - color contains mainly: green. Hex color #BBED74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBED74 is #44128B. Grayscale: #D0D0D0. Windows color (decimal): -4461196 or 7663035. OLE color: 7663035.

HSL color Cylindrical-coordinate representation of color #BBED74: hue angle of 84.79º 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 #BBED74 is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB187237116-
CMYK0.2100.510.07
HSL84.79º77.07%69.22%-
HSV(B)84.79º51.05%92.94%-
XYZ53.9372.3927.65-
YUV208.2675.94112.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.63%
GREEN value IS 237 (92.97% from 255) = 43.89%
BLUE value IS 116 (45.70% from 255) = 21.48%
R=34.63%
G=43.89%
B=21.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1872371160.2100.510.0784.7977.0769.22
HexBBED74150337554d45
Octal273355164250637125115105
Binary10111011111011011110100101010110011111101010110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBED74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBED74; }

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

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

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

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

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

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

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

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