Html Css Color HEX #B0F16C Sulu

📋 copy color: '#B0F16C'

red 176 ◦ green 241 ◦ blue 108

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

Shades of Sulu #B0F16C

Tints of Sulu #B0F16C

RGB

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

 GREEN value IS 241 (94.53% from 255) = 45.9%

 BLUE value IS 108 (42.58% from 255) = 20.57%

R = 33.52%
G = 45.9%
B = 20.57%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#B0F16C (or 0xB0F16C) is known color: Sulu. HEX triplet: B0, F1 and 6C. RGB value is (176,241,108). Sum of RGB (Red+Green+Blue) = 176+241+108=525 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.52% from 525); Green value is 241 (94.53% from 255 or 45.90% from 525); Blue value is 108 (42.58% from 255 or 20.57% from 525); Max value from RGB is 241 - color contains mainly: green. Hex color #B0F16C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F16C is #4F0E93. Grayscale: #CECECE. Windows color (decimal): -5181076 or 7139760. OLE color: 7139760.

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

Color convert

RGB 176 241 108 -
CMYK 0.27 0 0.55 0.05
HSL 89.32º 0.83% 0.68% -
HSV(B) 89.32º 0.55% 0.95% -
XYZ 52.07 73.22 25.58 -
YUV 206.4 72.47 106.31 -
System Red Green Blue C M Y K H S L
Decimal 176 241 108 0.27 0 0.55 0.05 89.32 0.83 0.68
Hex B0 F1 6C 1B 0 37 5 59 53 44
Octal 260 361 154 33 0 67 5 131 123 104
Binary 10110000 11110001 1101100 11011 0 110111 101 1011001 1010011 1000100

Color Harmonies of #B0F16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F16C

Black with #B0F16C

Text Example


Text Example

White with #B0F16C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F16C; }

 p { color: rgb(176,241,108); }

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

background-color css

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

 a { background-color: rgb(176,241,108); }

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

border-color css

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

 span { border-color: rgb(176,241,108); }

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