Html Css Color HEX #BEE072 Sulu

📋 copy color: '#BEE072'

red 190 ◦ green 224 ◦ blue 114

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

Shades of Sulu #BEE072

Tints of Sulu #BEE072

RGB

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

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

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

R = 35.98%
G = 42.42%
B = 21.59%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#BEE072 (or 0xBEE072) is known color: Sulu. HEX triplet: BE, E0 and 72. RGB value is (190,224,114). Sum of RGB (Red+Green+Blue) = 190+224+114=528 (69% of max value = 765). Red value is 190 (74.61% from 255 or 35.98% from 528); Green value is 224 (87.89% from 255 or 42.42% from 528); Blue value is 114 (44.92% from 255 or 21.59% from 528); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE072 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE072 is #411F8D. Grayscale: #C9C9C9. Windows color (decimal): -4267918 or 7528638. OLE color: 7528638.

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

Color convert

RGB 190 224 114 -
CMYK 0.15 0 0.49 0.12
HSL 78.55º 0.64% 0.66% -
HSV(B) 78.55º 0.49% 0.88% -
XYZ 50.93 65.47 25.87 -
YUV 201.29 78.74 119.94 -
System Red Green Blue C M Y K H S L
Decimal 190 224 114 0.15 0 0.49 0.12 78.55 0.64 0.66
Hex BE E0 72 F 0 31 C 4F 40 42
Octal 276 340 162 17 0 61 14 117 100 102
Binary 10111110 11100000 1110010 1111 0 110001 1100 1001111 1000000 1000010

Color Harmonies of #BEE072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE072

Black with #BEE072

Text Example


Text Example

White with #BEE072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE072; }

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

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

background-color css

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

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

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

border-color css

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

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

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