Html Css Color HEX #B4EA85 Sulu

📋 copy color: '#B4EA85'

red 180 ◦ green 234 ◦ blue 133

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

Shades of Sulu #B4EA85

Tints of Sulu #B4EA85

RGB

 RED value IS 180 (70.7% from 255) = 32.91%

 GREEN value IS 234 (91.8% from 255) = 42.78%

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

R = 32.91%
G = 42.78%
B = 24.31%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#B4EA85 (or 0xB4EA85) is known color: Sulu. HEX triplet: B4, EA and 85. RGB value is (180,234,133). Sum of RGB (Red+Green+Blue) = 180+234+133=547 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.91% from 547); Green value is 234 (91.80% from 255 or 42.78% from 547); Blue value is 133 (52.34% from 255 or 24.31% from 547); Max value from RGB is 234 - color contains mainly: green. Hex color #B4EA85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4EA85 is #4B157A. Grayscale: #CECECE. Windows color (decimal): -4920699 or 8776372. OLE color: 8776372.

HSL color Cylindrical-coordinate representation of color #B4EA85: hue angle of 92.08º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B4EA85 is Cyan = 0.23, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB 180 234 133 -
CMYK 0.23 0 0.43 0.08
HSL 92.08º 0.71% 0.72% -
HSV(B) 92.08º 0.43% 0.92% -
XYZ 52.48 70.24 32.98 -
YUV 206.34 86.61 109.21 -
System Red Green Blue C M Y K H S L
Decimal 180 234 133 0.23 0 0.43 0.08 92.08 0.71 0.72
Hex B4 EA 85 17 0 2B 8 5C 47 48
Octal 264 352 205 27 0 53 10 134 107 110
Binary 10110100 11101010 10000101 10111 0 101011 1000 1011100 1000111 1001000

Color Harmonies of #B4EA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4EA85

Black with #B4EA85

Text Example


Text Example

White with #B4EA85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4EA85; }

 p { color: rgb(180,234,133); }

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

background-color css

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

 a { background-color: rgb(180,234,133); }

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

border-color css

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

 span { border-color: rgb(180,234,133); }

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