Html Css Color HEX #B8F07D Sulu

📋 copy color: '#B8F07D'

red 184 ◦ green 240 ◦ blue 125

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

Shades of Sulu #B8F07D

Tints of Sulu #B8F07D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 22.77%

R = 33.52%
G = 43.72%
B = 22.77%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#B8F07D (or 0xB8F07D) is known color: Sulu. HEX triplet: B8, F0 and 7D. RGB value is (184,240,125). Sum of RGB (Red+Green+Blue) = 184+240+125=549 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.52% from 549); Green value is 240 (94.14% from 255 or 43.72% from 549); Blue value is 125 (49.22% from 255 or 22.77% from 549); Max value from RGB is 240 - color contains mainly: green. Hex color #B8F07D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8F07D is #470F82. Grayscale: #D2D2D2. Windows color (decimal): -4657027 or 8253624. OLE color: 8253624.

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

Color convert

RGB 184 240 125 -
CMYK 0.23 0 0.48 0.06
HSL 89.22º 0.79% 0.72% -
HSV(B) 89.22º 0.48% 0.94% -
XYZ 54.63 73.99 30.8 -
YUV 210.15 79.95 109.35 -
System Red Green Blue C M Y K H S L
Decimal 184 240 125 0.23 0 0.48 0.06 89.22 0.79 0.72
Hex B8 F0 7D 17 0 30 6 59 4F 48
Octal 270 360 175 27 0 60 6 131 117 110
Binary 10111000 11110000 1111101 10111 0 110000 110 1011001 1001111 1001000

Color Harmonies of #B8F07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8F07D

Black with #B8F07D

Text Example


Text Example

White with #B8F07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8F07D; }

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

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

background-color css

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

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

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

border-color css

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

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

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