Html Css Color HEX #B0F678 Sulu

📋 copy color: '#B0F678'

red 176 ◦ green 246 ◦ blue 120

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

Shades of Sulu #B0F678

Tints of Sulu #B0F678

RGB

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

 GREEN value IS 246 (96.48% from 255) = 45.39%

 BLUE value IS 120 (47.27% from 255) = 22.14%

R = 32.47%
G = 45.39%
B = 22.14%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#B0F678 (or 0xB0F678) is known color: Sulu. HEX triplet: B0, F6 and 78. RGB value is (176,246,120). Sum of RGB (Red+Green+Blue) = 176+246+120=542 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.47% from 542); Green value is 246 (96.48% from 255 or 45.39% from 542); Blue value is 120 (47.27% from 255 or 22.14% from 542); Max value from RGB is 246 - color contains mainly: green. Hex color #B0F678 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F678 is #4F0987. Grayscale: #D3D3D3. Windows color (decimal): -5179784 or 7927472. OLE color: 7927472.

HSL color Cylindrical-coordinate representation of color #B0F678: hue angle of 93.33º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B0F678 is Cyan = 0.28, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.

Color convert

RGB 176 246 120 -
CMYK 0.28 0 0.51 0.04
HSL 93.33º 0.88% 0.72% -
HSV(B) 93.33º 0.51% 0.96% -
XYZ 54.25 76.5 29.68 -
YUV 210.71 76.81 103.25 -
System Red Green Blue C M Y K H S L
Decimal 176 246 120 0.28 0 0.51 0.04 93.33 0.88 0.72
Hex B0 F6 78 1C 0 33 4 5D 58 48
Octal 260 366 170 34 0 63 4 135 130 110
Binary 10110000 11110110 1111000 11100 0 110011 100 1011101 1011000 1001000

Color Harmonies of #B0F678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F678

Black with #B0F678

Text Example


Text Example

White with #B0F678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F678; }

 p { color: rgb(176,246,120); }

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

background-color css

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

 a { background-color: rgb(176,246,120); }

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

border-color css

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

 span { border-color: rgb(176,246,120); }

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