Html Css Color HEX #B8FD7D Sulu

📋 copy color: '#B8FD7D'

red 184 ◦ green 253 ◦ blue 125

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

Shades of Sulu #B8FD7D

Tints of Sulu #B8FD7D

RGB

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

 GREEN value IS 253 (99.22% from 255) = 45.02%

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

R = 32.74%
G = 45.02%
B = 22.24%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#B8FD7D (or 0xB8FD7D) is known color: Sulu. HEX triplet: B8, FD and 7D. RGB value is (184,253,125). Sum of RGB (Red+Green+Blue) = 184+253+125=562 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.74% from 562); Green value is 253 (99.22% from 255 or 45.02% from 562); Blue value is 125 (49.22% from 255 or 22.24% from 562); Max value from RGB is 253 - color contains mainly: green. Hex color #B8FD7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8FD7D is #470282. Grayscale: #DADADA. Windows color (decimal): -4653699 or 8256952. OLE color: 8256952.

HSL color Cylindrical-coordinate representation of color #B8FD7D: hue angle of 92.34º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B8FD7D is Cyan = 0.27, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB 184 253 125 -
CMYK 0.27 0 0.51 0.01
HSL 92.34º 0.97% 0.74% -
HSV(B) 92.34º 0.51% 0.99% -
XYZ 58.59 81.92 32.13 -
YUV 217.78 75.64 103.91 -
System Red Green Blue C M Y K H S L
Decimal 184 253 125 0.27 0 0.51 0.01 92.34 0.97 0.74
Hex B8 FD 7D 1B 0 33 1 5C 61 4A
Octal 270 375 175 33 0 63 1 134 141 112
Binary 10111000 11111101 1111101 11011 0 110011 1 1011100 1100001 1001010

Color Harmonies of #B8FD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8FD7D

Black with #B8FD7D

Text Example


Text Example

White with #B8FD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8FD7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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