Html Css Color HEX #B0F06C Sulu

📋 copy color: '#B0F06C'

red 176 ◦ green 240 ◦ blue 108

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

Shades of Sulu #B0F06C

Tints of Sulu #B0F06C

RGB

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

 GREEN value IS 240 (94.14% from 255) = 45.8%

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

R = 33.59%
G = 45.8%
B = 20.61%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#B0F06C (or 0xB0F06C) is known color: Sulu. HEX triplet: B0, F0 and 6C. RGB value is (176,240,108). Sum of RGB (Red+Green+Blue) = 176+240+108=524 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.59% from 524); Green value is 240 (94.14% from 255 or 45.80% from 524); Blue value is 108 (42.58% from 255 or 20.61% from 524); Max value from RGB is 240 - color contains mainly: green. Hex color #B0F06C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F06C is #4F0F93. Grayscale: #CECECE. Windows color (decimal): -5181332 or 7139504. OLE color: 7139504.

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

Color convert

RGB 176 240 108 -
CMYK 0.27 0 0.55 0.06
HSL 89.09º 0.81% 0.68% -
HSV(B) 89.09º 0.55% 0.94% -
XYZ 51.77 72.63 25.48 -
YUV 205.82 72.8 106.73 -
System Red Green Blue C M Y K H S L
Decimal 176 240 108 0.27 0 0.55 0.06 89.09 0.81 0.68
Hex B0 F0 6C 1B 0 37 6 59 51 44
Octal 260 360 154 33 0 67 6 131 121 104
Binary 10110000 11110000 1101100 11011 0 110111 110 1011001 1010001 1000100

Color Harmonies of #B0F06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F06C

Black with #B0F06C

Text Example


Text Example

White with #B0F06C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F06C; }

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

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

background-color css

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

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

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

border-color css

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

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

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