Html Css Color HEX #B8DE7D Sulu

📋 copy color: '#B8DE7D'

red 184 ◦ green 222 ◦ blue 125

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

Shades of Sulu #B8DE7D

Tints of Sulu #B8DE7D

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.81%

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

R = 34.65%
G = 41.81%
B = 23.54%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#B8DE7D (or 0xB8DE7D) is known color: Sulu. HEX triplet: B8, DE and 7D. RGB value is (184,222,125). Sum of RGB (Red+Green+Blue) = 184+222+125=531 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.65% from 531); Green value is 222 (87.11% from 255 or 41.81% from 531); Blue value is 125 (49.22% from 255 or 23.54% from 531); Max value from RGB is 222 - color contains mainly: green. Hex color #B8DE7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8DE7D is #472182. Grayscale: #C7C7C7. Windows color (decimal): -4661635 or 8249016. OLE color: 8249016.

HSL color Cylindrical-coordinate representation of color #B8DE7D: hue angle of 83.51º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B8DE7D is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 222 125 -
CMYK 0.17 0 0.44 0.13
HSL 83.51º 0.6% 0.68% -
HSV(B) 83.51º 0.44% 0.87% -
XYZ 49.59 63.91 29.12 -
YUV 199.58 85.91 116.89 -
System Red Green Blue C M Y K H S L
Decimal 184 222 125 0.17 0 0.44 0.13 83.51 0.6 0.68
Hex B8 DE 7D 11 0 2C D 54 3C 44
Octal 270 336 175 21 0 54 15 124 74 104
Binary 10111000 11011110 1111101 10001 0 101100 1101 1010100 111100 1000100

Color Harmonies of #B8DE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DE7D

Black with #B8DE7D

Text Example


Text Example

White with #B8DE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DE7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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