Html Css Color HEX #BEE074 Sulu

📋 copy color: '#BEE074'

red 190 ◦ green 224 ◦ blue 116

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

Shades of Sulu #BEE074

Tints of Sulu #BEE074

RGB

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

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

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

R = 35.85%
G = 42.26%
B = 21.89%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#BEE074 (or 0xBEE074) is known color: Sulu. HEX triplet: BE, E0 and 74. RGB value is (190,224,116). Sum of RGB (Red+Green+Blue) = 190+224+116=530 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.85% from 530); Green value is 224 (87.89% from 255 or 42.26% from 530); Blue value is 116 (45.70% from 255 or 21.89% from 530); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE074 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE074 is #411F8B. Grayscale: #C9C9C9. Windows color (decimal): -4267916 or 7659710. OLE color: 7659710.

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

Color convert

RGB 190 224 116 -
CMYK 0.15 0 0.48 0.12
HSL 78.89º 0.64% 0.67% -
HSV(B) 78.89º 0.48% 0.88% -
XYZ 51.04 65.52 26.48 -
YUV 201.52 79.74 119.78 -
System Red Green Blue C M Y K H S L
Decimal 190 224 116 0.15 0 0.48 0.12 78.89 0.64 0.67
Hex BE E0 74 F 0 30 C 4F 40 43
Octal 276 340 164 17 0 60 14 117 100 103
Binary 10111110 11100000 1110100 1111 0 110000 1100 1001111 1000000 1000011

Color Harmonies of #BEE074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE074

Black with #BEE074

Text Example


Text Example

White with #BEE074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE074; }

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

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

background-color css

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

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

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

border-color css

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

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

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