Html Css Color HEX #B8F078 Sulu

📋 copy color: '#B8F078'

red 184 ◦ green 240 ◦ blue 120

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

Shades of Sulu #B8F078

Tints of Sulu #B8F078

RGB

 RED value IS 184 (72.27% from 255) = 33.82%

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

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

R = 33.82%
G = 44.12%
B = 22.06%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.5

 K value IS 0.06

RGB Variations

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

Color information

#B8F078 (or 0xB8F078) is known color: Sulu. HEX triplet: B8, F0 and 78. RGB value is (184,240,120). Sum of RGB (Red+Green+Blue) = 184+240+120=544 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.82% from 544); Green value is 240 (94.14% from 255 or 44.12% from 544); Blue value is 120 (47.27% from 255 or 22.06% from 544); Max value from RGB is 240 - color contains mainly: green. Hex color #B8F078 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8F078 is #470F87. Grayscale: #D1D1D1. Windows color (decimal): -4657032 or 7925944. OLE color: 7925944.

HSL color Cylindrical-coordinate representation of color #B8F078: hue angle of 88º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B8F078 is Cyan = 0.23, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.06.

Color convert

RGB 184 240 120 -
CMYK 0.23 0 0.5 0.06
HSL 88º 0.8% 0.71% -
HSV(B) 88º 0.5% 0.94% -
XYZ 54.32 73.87 29.16 -
YUV 209.58 77.45 109.76 -
System Red Green Blue C M Y K H S L
Decimal 184 240 120 0.23 0 0.5 0.06 88 0.8 0.71
Hex B8 F0 78 17 0 32 6 58 50 47
Octal 270 360 170 27 0 62 6 130 120 107
Binary 10111000 11110000 1111000 10111 0 110010 110 1011000 1010000 1000111

Color Harmonies of #B8F078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8F078

Black with #B8F078

Text Example


Text Example

White with #B8F078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8F078; }

 p { color: rgb(184,240,120); }

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

background-color css

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

 a { background-color: rgb(184,240,120); }

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

border-color css

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

 span { border-color: rgb(184,240,120); }

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