Html Css Color HEX #B4E06E Sulu

📋 copy color: '#B4E06E'

red 180 ◦ green 224 ◦ blue 110

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

Shades of Sulu #B4E06E

Tints of Sulu #B4E06E

RGB

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

 GREEN value IS 224 (87.89% from 255) = 43.58%

 BLUE value IS 110 (43.36% from 255) = 21.4%

R = 35.02%
G = 43.58%
B = 21.4%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#B4E06E (or 0xB4E06E) is known color: Sulu. HEX triplet: B4, E0 and 6E. RGB value is (180,224,110). Sum of RGB (Red+Green+Blue) = 180+224+110=514 (68% of max value = 765). Red value is 180 (70.70% from 255 or 35.02% from 514); Green value is 224 (87.89% from 255 or 43.58% from 514); Blue value is 110 (43.36% from 255 or 21.40% from 514); Max value from RGB is 224 - color contains mainly: green. Hex color #B4E06E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4E06E is #4B1F91. Grayscale: #C6C6C6. Windows color (decimal): -4923282 or 7266484. OLE color: 7266484.

HSL color Cylindrical-coordinate representation of color #B4E06E: hue angle of 83.16º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B4E06E is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB 180 224 110 -
CMYK 0.20 0 0.51 0.12
HSL 83.16º 0.65% 0.65% -
HSV(B) 83.16º 0.51% 0.88% -
XYZ 48.29 64.14 24.59 -
YUV 197.85 78.42 115.27 -
System Red Green Blue C M Y K H S L
Decimal 180 224 110 0.20 0 0.51 0.12 83.16 0.65 0.65
Hex B4 E0 6E 14 0 33 C 53 41 41
Octal 264 340 156 24 0 63 14 123 101 101
Binary 10110100 11100000 1101110 10100 0 110011 1100 1010011 1000001 1000001

Color Harmonies of #B4E06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4E06E

Black with #B4E06E

Text Example


Text Example

White with #B4E06E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4E06E; }

 p { color: rgb(180,224,110); }

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

background-color css

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

 a { background-color: rgb(180,224,110); }

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

border-color css

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

 span { border-color: rgb(180,224,110); }

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