#B3ED75

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

Shades of Sulu #B3ED75

Tints of Sulu #B3ED75

Color information

#B3ED75 (or 0xB3ED75) is unknown color: approx Sulu. HEX triplet: B3, ED and 75. RGB value is (179,237,117). Sum of RGB (Red+Green+Blue) = 179+237+117=533 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.58% from 533); Green value is 237 (92.97% from 255 or 44.47% from 533); Blue value is 117 (46.09% from 255 or 21.95% from 533); Max value from RGB is 237 - color contains mainly: green. Hex color #B3ED75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B3ED75 is #4C128A. Grayscale: #CECECE. Windows color (decimal): -4985483 or 7728563. OLE color: 7728563.

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

Color convert

RGB179237117-
CMYK0.2400.510.07
HSL89º76.92%69.41%-
HSV(B)89º50.63%92.94%-
XYZ52.0971.4427.87-
YUV205.9877.78108.76-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.58%
GREEN value IS 237 (92.97% from 255) = 44.47%
BLUE value IS 117 (46.09% from 255) = 21.95%
R=33.58%
G=44.47%
B=21.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1792371170.2400.510.078976.9269.41
HexB3ED75180337594d45
Octal263355165300637131115105
Binary10110011111011011110101110000110011111101100110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3ED75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3ED75; }

 p { color: rgb(179,237,117); }

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

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

 a { background-color: rgb(179,237,117); }

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

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

 span { border-color: rgb(179,237,117); }

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