Html Css Color HEX #BEE380 Sulu

📋 copy color: '#BEE380'

red 190 ◦ green 227 ◦ blue 128

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

Shades of Sulu #BEE380

Tints of Sulu #BEE380

RGB

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

 GREEN value IS 227 (89.06% from 255) = 41.65%

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

R = 34.86%
G = 41.65%
B = 23.49%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#BEE380 (or 0xBEE380) is known color: Sulu. HEX triplet: BE, E3 and 80. RGB value is (190,227,128). Sum of RGB (Red+Green+Blue) = 190+227+128=545 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.86% from 545); Green value is 227 (89.06% from 255 or 41.65% from 545); Blue value is 128 (50.39% from 255 or 23.49% from 545); Max value from RGB is 227 - color contains mainly: green. Hex color #BEE380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEE380 is #411C7F. Grayscale: #CDCDCD. Windows color (decimal): -4267136 or 8446910. OLE color: 8446910.

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

Color convert

RGB 190 227 128 -
CMYK 0.16 0 0.44 0.11
HSL 82.42º 0.64% 0.7% -
HSV(B) 82.42º 0.44% 0.89% -
XYZ 52.6 67.44 30.67 -
YUV 204.65 84.74 117.55 -
System Red Green Blue C M Y K H S L
Decimal 190 227 128 0.16 0 0.44 0.11 82.42 0.64 0.7
Hex BE E3 80 10 0 2C B 52 40 46
Octal 276 343 200 20 0 54 13 122 100 106
Binary 10111110 11100011 10000000 10000 0 101100 1011 1010010 1000000 1000110

Color Harmonies of #BEE380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE380

Black with #BEE380

Text Example


Text Example

White with #BEE380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE380; }

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

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

background-color css

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

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

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

border-color css

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

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

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