Html Css Color HEX #B0ED6E Sulu

📋 copy color: '#B0ED6E'

red 176 ◦ green 237 ◦ blue 110

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

Shades of Sulu #B0ED6E

Tints of Sulu #B0ED6E

RGB

 RED value IS 176 (69.14% from 255) = 33.65%

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

 BLUE value IS 110 (43.36% from 255) = 21.03%

R = 33.65%
G = 45.32%
B = 21.03%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#B0ED6E (or 0xB0ED6E) is known color: Sulu. HEX triplet: B0, ED and 6E. RGB value is (176,237,110). Sum of RGB (Red+Green+Blue) = 176+237+110=523 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.65% from 523); Green value is 237 (92.97% from 255 or 45.32% from 523); Blue value is 110 (43.36% from 255 or 21.03% from 523); Max value from RGB is 237 - color contains mainly: green. Hex color #B0ED6E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0ED6E is #4F1291. Grayscale: #CCCCCC. Windows color (decimal): -5182098 or 7269808. OLE color: 7269808.

HSL color Cylindrical-coordinate representation of color #B0ED6E: hue angle of 88.82º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B0ED6E is Cyan = 0.26, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 237 110 -
CMYK 0.26 0 0.54 0.07
HSL 88.82º 0.78% 0.68% -
HSV(B) 88.82º 0.54% 0.93% -
XYZ 51 70.92 25.75 -
YUV 204.28 74.79 107.83 -
System Red Green Blue C M Y K H S L
Decimal 176 237 110 0.26 0 0.54 0.07 88.82 0.78 0.68
Hex B0 ED 6E 1A 0 36 7 59 4E 44
Octal 260 355 156 32 0 66 7 131 116 104
Binary 10110000 11101101 1101110 11010 0 110110 111 1011001 1001110 1000100

Color Harmonies of #B0ED6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0ED6E

Black with #B0ED6E

Text Example


Text Example

White with #B0ED6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0ED6E; }

 p { color: rgb(176,237,110); }

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

background-color css

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

 a { background-color: rgb(176,237,110); }

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

border-color css

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

 span { border-color: rgb(176,237,110); }

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