Html Css Color HEX #BEE474 Sulu

📋 copy color: '#BEE474'

red 190 ◦ green 228 ◦ blue 116

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

Shades of Sulu #BEE474

Tints of Sulu #BEE474

RGB

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

 GREEN value IS 228 (89.45% from 255) = 42.7%

 BLUE value IS 116 (45.7% from 255) = 21.72%

R = 35.58%
G = 42.7%
B = 21.72%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#BEE474 (or 0xBEE474) is known color: Sulu. HEX triplet: BE, E4 and 74. RGB value is (190,228,116). Sum of RGB (Red+Green+Blue) = 190+228+116=534 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.58% from 534); Green value is 228 (89.45% from 255 or 42.70% from 534); Blue value is 116 (45.70% from 255 or 21.72% from 534); Max value from RGB is 228 - color contains mainly: green. Hex color #BEE474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE474 is #411B8B. Grayscale: #CCCCCC. Windows color (decimal): -4266892 or 7660734. OLE color: 7660734.

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

Color convert

RGB 190 228 116 -
CMYK 0.17 0 0.49 0.11
HSL 80.36º 0.67% 0.67% -
HSV(B) 80.36º 0.49% 0.89% -
XYZ 52.13 67.69 26.84 -
YUV 203.87 78.41 118.11 -
System Red Green Blue C M Y K H S L
Decimal 190 228 116 0.17 0 0.49 0.11 80.36 0.67 0.67
Hex BE E4 74 11 0 31 B 50 43 43
Octal 276 344 164 21 0 61 13 120 103 103
Binary 10111110 11100100 1110100 10001 0 110001 1011 1010000 1000011 1000011

Color Harmonies of #BEE474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE474

Black with #BEE474

Text Example


Text Example

White with #BEE474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE474; }

 p { color: rgb(190,228,116); }

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

background-color css

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

 a { background-color: rgb(190,228,116); }

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

border-color css

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

 span { border-color: rgb(190,228,116); }

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