Html Css Color HEX #B0F36D Sulu

📋 copy color: '#B0F36D'

red 176 ◦ green 243 ◦ blue 109

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

Shades of Sulu #B0F36D

Tints of Sulu #B0F36D

RGB

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

 GREEN value IS 243 (95.31% from 255) = 46.02%

 BLUE value IS 109 (42.97% from 255) = 20.64%

R = 33.33%
G = 46.02%
B = 20.64%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#B0F36D (or 0xB0F36D) is known color: Sulu. HEX triplet: B0, F3 and 6D. RGB value is (176,243,109). Sum of RGB (Red+Green+Blue) = 176+243+109=528 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.33% from 528); Green value is 243 (95.31% from 255 or 46.02% from 528); Blue value is 109 (42.97% from 255 or 20.64% from 528); Max value from RGB is 243 - color contains mainly: green. Hex color #B0F36D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F36D is #4F0C92. Grayscale: #D0D0D0. Windows color (decimal): -5180563 or 7205808. OLE color: 7205808.

HSL color Cylindrical-coordinate representation of color #B0F36D: hue angle of 90º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B0F36D is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB 176 243 109 -
CMYK 0.28 0 0.55 0.05
HSL 90º 0.85% 0.69% -
HSV(B) 90º 0.55% 0.95% -
XYZ 52.72 74.44 26.06 -
YUV 207.69 72.3 105.4 -
System Red Green Blue C M Y K H S L
Decimal 176 243 109 0.28 0 0.55 0.05 90 0.85 0.69
Hex B0 F3 6D 1C 0 37 5 5A 55 45
Octal 260 363 155 34 0 67 5 132 125 105
Binary 10110000 11110011 1101101 11100 0 110111 101 1011010 1010101 1000101

Color Harmonies of #B0F36D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F36D

Black with #B0F36D

Text Example


Text Example

White with #B0F36D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F36D; }

 p { color: rgb(176,243,109); }

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

background-color css

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

 a { background-color: rgb(176,243,109); }

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

border-color css

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

 span { border-color: rgb(176,243,109); }

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