Html Css Color HEX #B8ED72 Sulu

📋 copy color: '#B8ED72'

red 184 ◦ green 237 ◦ blue 114

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

Shades of Sulu #B8ED72

Tints of Sulu #B8ED72

RGB

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

 GREEN value IS 237 (92.97% from 255) = 44.3%

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

R = 34.39%
G = 44.3%
B = 21.31%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#B8ED72 (or 0xB8ED72) is known color: Sulu. HEX triplet: B8, ED and 72. RGB value is (184,237,114). Sum of RGB (Red+Green+Blue) = 184+237+114=535 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.39% from 535); Green value is 237 (92.97% from 255 or 44.30% from 535); Blue value is 114 (44.92% from 255 or 21.31% from 535); Max value from RGB is 237 - color contains mainly: green. Hex color #B8ED72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8ED72 is #47128D. Grayscale: #CFCFCF. Windows color (decimal): -4657806 or 7531960. OLE color: 7531960.

HSL color Cylindrical-coordinate representation of color #B8ED72: hue angle of 85.85º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B8ED72 is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 184 237 114 -
CMYK 0.22 0 0.52 0.07
HSL 85.85º 0.77% 0.69% -
HSV(B) 85.85º 0.52% 0.93% -
XYZ 53.09 71.97 27.01 -
YUV 207.13 75.44 111.5 -
System Red Green Blue C M Y K H S L
Decimal 184 237 114 0.22 0 0.52 0.07 85.85 0.77 0.69
Hex B8 ED 72 16 0 34 7 56 4D 45
Octal 270 355 162 26 0 64 7 126 115 105
Binary 10111000 11101101 1110010 10110 0 110100 111 1010110 1001101 1000101

Color Harmonies of #B8ED72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8ED72

Black with #B8ED72

Text Example


Text Example

White with #B8ED72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8ED72; }

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

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

background-color css

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

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

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

border-color css

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

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

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