Html Css Color HEX #B8F972 Sulu

📋 copy color: '#B8F972'

red 184 ◦ green 249 ◦ blue 114

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

Shades of Sulu #B8F972

Tints of Sulu #B8F972

RGB

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

 GREEN value IS 249 (97.66% from 255) = 45.52%

 BLUE value IS 114 (44.92% from 255) = 20.84%

R = 33.64%
G = 45.52%
B = 20.84%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#B8F972 (or 0xB8F972) is known color: Sulu. HEX triplet: B8, F9 and 72. RGB value is (184,249,114). Sum of RGB (Red+Green+Blue) = 184+249+114=547 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.64% from 547); Green value is 249 (97.66% from 255 or 45.52% from 547); Blue value is 114 (44.92% from 255 or 20.84% from 547); Max value from RGB is 249 - color contains mainly: green. Hex color #B8F972 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8F972 is #47068D. Grayscale: #D6D6D6. Windows color (decimal): -4654734 or 7535032. OLE color: 7535032.

HSL color Cylindrical-coordinate representation of color #B8F972: hue angle of 88.89º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B8F972 is Cyan = 0.26, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB 184 249 114 -
CMYK 0.26 0 0.54 0.02
HSL 88.89º 0.92% 0.71% -
HSV(B) 88.89º 0.54% 0.98% -
XYZ 56.68 79.16 28.21 -
YUV 214.18 71.47 106.48 -
System Red Green Blue C M Y K H S L
Decimal 184 249 114 0.26 0 0.54 0.02 88.89 0.92 0.71
Hex B8 F9 72 1A 0 36 2 59 5C 47
Octal 270 371 162 32 0 66 2 131 134 107
Binary 10111000 11111001 1110010 11010 0 110110 10 1011001 1011100 1000111

Color Harmonies of #B8F972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8F972

Black with #B8F972

Text Example


Text Example

White with #B8F972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8F972; }

 p { color: rgb(184,249,114); }

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

background-color css

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

 a { background-color: rgb(184,249,114); }

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

border-color css

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

 span { border-color: rgb(184,249,114); }

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