Html Css Color HEX #BEE080 Sulu

📋 copy color: '#BEE080'

red 190 ◦ green 224 ◦ blue 128

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

Shades of Sulu #BEE080

Tints of Sulu #BEE080

RGB

 RED value IS 190 (74.61% from 255) = 35.06%

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

 BLUE value IS 128 (50.39% from 255) = 23.62%

R = 35.06%
G = 41.33%
B = 23.62%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#BEE080 (or 0xBEE080) is known color: Sulu. HEX triplet: BE, E0 and 80. RGB value is (190,224,128). Sum of RGB (Red+Green+Blue) = 190+224+128=542 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.06% from 542); Green value is 224 (87.89% from 255 or 41.33% from 542); Blue value is 128 (50.39% from 255 or 23.62% from 542); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE080 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEE080 is #411F7F. Grayscale: #CBCBCB. Windows color (decimal): -4267904 or 8446142. OLE color: 8446142.

HSL color Cylindrical-coordinate representation of color #BEE080: hue angle of 81.25º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BEE080 is Cyan = 0.15, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB 190 224 128 -
CMYK 0.15 0 0.43 0.12
HSL 81.25º 0.61% 0.69% -
HSV(B) 81.25º 0.43% 0.88% -
XYZ 51.79 65.82 30.4 -
YUV 202.89 85.74 118.81 -
System Red Green Blue C M Y K H S L
Decimal 190 224 128 0.15 0 0.43 0.12 81.25 0.61 0.69
Hex BE E0 80 F 0 2B C 51 3D 45
Octal 276 340 200 17 0 53 14 121 75 105
Binary 10111110 11100000 10000000 1111 0 101011 1100 1010001 111101 1000101

Color Harmonies of #BEE080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE080

Black with #BEE080

Text Example


Text Example

White with #BEE080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE080; }

 p { color: rgb(190,224,128); }

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

background-color css

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

 a { background-color: rgb(190,224,128); }

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

border-color css

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

 span { border-color: rgb(190,224,128); }

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