Html Css Color HEX #B8F985 Sulu

📋 copy color: '#B8F985'

red 184 ◦ green 249 ◦ blue 133

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

Shades of Sulu #B8F985

Tints of Sulu #B8F985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 23.5%

R = 32.51%
G = 43.99%
B = 23.5%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#B8F985 (or 0xB8F985) is known color: Sulu. HEX triplet: B8, F9 and 85. RGB value is (184,249,133). Sum of RGB (Red+Green+Blue) = 184+249+133=566 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.51% from 566); Green value is 249 (97.66% from 255 or 43.99% from 566); Blue value is 133 (52.34% from 255 or 23.50% from 566); Max value from RGB is 249 - color contains mainly: green. Hex color #B8F985 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B8F985 is #47067A. Grayscale: #D8D8D8. Windows color (decimal): -4654715 or 8780216. OLE color: 8780216.

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

Color convert

RGB 184 249 133 -
CMYK 0.26 0 0.47 0.02
HSL 93.62º 0.91% 0.75% -
HSV(B) 93.62º 0.47% 0.98% -
XYZ 57.88 79.64 34.51 -
YUV 216.34 80.97 104.93 -
System Red Green Blue C M Y K H S L
Decimal 184 249 133 0.26 0 0.47 0.02 93.62 0.91 0.75
Hex B8 F9 85 1A 0 2F 2 5E 5B 4B
Octal 270 371 205 32 0 57 2 136 133 113
Binary 10111000 11111001 10000101 11010 0 101111 10 1011110 1011011 1001011

Color Harmonies of #B8F985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8F985

Black with #B8F985

Text Example


Text Example

White with #B8F985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8F985; }

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

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

background-color css

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

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

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

border-color css

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

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

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