Html Css Color HEX #B5ED75 Sulu

📋 copy color: '#B5ED75'

red 181 ◦ green 237 ◦ blue 117

#B5ED75
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #B5ED75

Tints of Sulu #B5ED75

RGB

 RED value IS 181 (71.09% from 255) = 33.83%

 GREEN value IS 237 (92.97% from 255) = 44.3%

 BLUE value IS 117 (46.09% from 255) = 21.87%

R = 33.83%
G = 44.3%
B = 21.87%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#B5ED75 (or 0xB5ED75) is known color: Sulu. HEX triplet: B5, ED and 75. RGB value is (181,237,117). Sum of RGB (Red+Green+Blue) = 181+237+117=535 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.83% from 535); Green value is 237 (92.97% from 255 or 44.30% from 535); Blue value is 117 (46.09% from 255 or 21.87% from 535); Max value from RGB is 237 - color contains mainly: green. Hex color #B5ED75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5ED75 is #4A128A. Grayscale: #CFCFCF. Windows color (decimal): -4854411 or 7728565. OLE color: 7728565.

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

Color convert

RGB 181 237 117 -
CMYK 0.24 0 0.51 0.07
HSL 88º 0.77% 0.69% -
HSV(B) 88º 0.51% 0.93% -
XYZ 52.55 71.68 27.89 -
YUV 206.58 77.45 109.76 -
System Red Green Blue C M Y K H S L
Decimal 181 237 117 0.24 0 0.51 0.07 88 0.77 0.69
Hex B5 ED 75 18 0 33 7 58 4D 45
Octal 265 355 165 30 0 63 7 130 115 105
Binary 10110101 11101101 1110101 11000 0 110011 111 1011000 1001101 1000101

Color Harmonies of #B5ED75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5ED75

Black with #B5ED75

Text Example


Text Example

White with #B5ED75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5ED75; }

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

 H1.HeaderClassName
 {
   color: #B5ED75;
 }
 .AnyTagClassName
 {
   color: #B5ED75;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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