Html Css Color HEX #BEE372 Sulu

📋 copy color: '#BEE372'

red 190 ◦ green 227 ◦ blue 114

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

Shades of Sulu #BEE372

Tints of Sulu #BEE372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 21.47%

R = 35.78%
G = 42.75%
B = 21.47%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#BEE372 (or 0xBEE372) is known color: Sulu. HEX triplet: BE, E3 and 72. RGB value is (190,227,114). Sum of RGB (Red+Green+Blue) = 190+227+114=531 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.78% from 531); Green value is 227 (89.06% from 255 or 42.75% from 531); Blue value is 114 (44.92% from 255 or 21.47% from 531); Max value from RGB is 227 - color contains mainly: green. Hex color #BEE372 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE372 is #411C8D. Grayscale: #CBCBCB. Windows color (decimal): -4267150 or 7529406. OLE color: 7529406.

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

Color convert

RGB 190 227 114 -
CMYK 0.16 0 0.50 0.11
HSL 79.65º 0.67% 0.67% -
HSV(B) 79.65º 0.5% 0.89% -
XYZ 51.74 67.1 26.14 -
YUV 203.06 77.74 118.69 -
System Red Green Blue C M Y K H S L
Decimal 190 227 114 0.16 0 0.50 0.11 79.65 0.67 0.67
Hex BE E3 72 10 0 32 B 50 43 43
Octal 276 343 162 20 0 62 13 120 103 103
Binary 10111110 11100011 1110010 10000 0 110010 1011 1010000 1000011 1000011

Color Harmonies of #BEE372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE372

Black with #BEE372

Text Example


Text Example

White with #BEE372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE372; }

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

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

background-color css

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

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

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

border-color css

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

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

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