Html Css Color HEX #B4E27D Sulu

📋 copy color: '#B4E27D'

red 180 ◦ green 226 ◦ blue 125

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

Shades of Sulu #B4E27D

Tints of Sulu #B4E27D

RGB

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

 GREEN value IS 226 (88.67% from 255) = 42.56%

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

R = 33.9%
G = 42.56%
B = 23.54%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#B4E27D (or 0xB4E27D) is known color: Sulu. HEX triplet: B4, E2 and 7D. RGB value is (180,226,125). Sum of RGB (Red+Green+Blue) = 180+226+125=531 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.90% from 531); Green value is 226 (88.67% from 255 or 42.56% from 531); Blue value is 125 (49.22% from 255 or 23.54% from 531); Max value from RGB is 226 - color contains mainly: green. Hex color #B4E27D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4E27D is #4B1D82. Grayscale: #C9C9C9. Windows color (decimal): -4922755 or 8250036. OLE color: 8250036.

HSL color Cylindrical-coordinate representation of color #B4E27D: hue angle of 87.33º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B4E27D is Cyan = 0.20, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB 180 226 125 -
CMYK 0.20 0 0.45 0.11
HSL 87.33º 0.64% 0.69% -
HSV(B) 87.33º 0.45% 0.89% -
XYZ 49.72 65.58 29.44 -
YUV 200.73 85.26 113.21 -
System Red Green Blue C M Y K H S L
Decimal 180 226 125 0.20 0 0.45 0.11 87.33 0.64 0.69
Hex B4 E2 7D 14 0 2D B 57 40 45
Octal 264 342 175 24 0 55 13 127 100 105
Binary 10110100 11100010 1111101 10100 0 101101 1011 1010111 1000000 1000101

Color Harmonies of #B4E27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4E27D

Black with #B4E27D

Text Example


Text Example

White with #B4E27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4E27D; }

 p { color: rgb(180,226,125); }

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

background-color css

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

 a { background-color: rgb(180,226,125); }

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

border-color css

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

 span { border-color: rgb(180,226,125); }

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