Html Css Color HEX #BEE374 Sulu

📋 copy color: '#BEE374'

red 190 ◦ green 227 ◦ blue 116

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

Shades of Sulu #BEE374

Tints of Sulu #BEE374

RGB

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

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

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

R = 35.65%
G = 42.59%
B = 21.76%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#BEE374 (or 0xBEE374) is known color: Sulu. HEX triplet: BE, E3 and 74. RGB value is (190,227,116). Sum of RGB (Red+Green+Blue) = 190+227+116=533 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.65% from 533); Green value is 227 (89.06% from 255 or 42.59% from 533); Blue value is 116 (45.70% from 255 or 21.76% from 533); Max value from RGB is 227 - color contains mainly: green. Hex color #BEE374 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE374 is #411C8B. Grayscale: #CBCBCB. Windows color (decimal): -4267148 or 7660478. OLE color: 7660478.

HSL color Cylindrical-coordinate representation of color #BEE374: hue angle of 80º degrees, saturation: 0.66, 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 #BEE374 is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB 190 227 116 -
CMYK 0.16 0 0.49 0.11
HSL 80º 0.66% 0.67% -
HSV(B) 80º 0.49% 0.89% -
XYZ 51.86 67.15 26.75 -
YUV 203.28 78.74 118.53 -
System Red Green Blue C M Y K H S L
Decimal 190 227 116 0.16 0 0.49 0.11 80 0.66 0.67
Hex BE E3 74 10 0 31 B 50 42 43
Octal 276 343 164 20 0 61 13 120 102 103
Binary 10111110 11100011 1110100 10000 0 110001 1011 1010000 1000010 1000011

Color Harmonies of #BEE374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE374

Black with #BEE374

Text Example


Text Example

White with #BEE374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE374; }

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

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

background-color css

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

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

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

border-color css

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

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

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