Html Css Color HEX #BEE07C Sulu

📋 copy color: '#BEE07C'

red 190 ◦ green 224 ◦ blue 124

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

Shades of Sulu #BEE07C

Tints of Sulu #BEE07C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 23.05%

R = 35.32%
G = 41.64%
B = 23.05%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#BEE07C (or 0xBEE07C) is known color: Sulu. HEX triplet: BE, E0 and 7C. RGB value is (190,224,124). Sum of RGB (Red+Green+Blue) = 190+224+124=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 224 (87.89% from 255 or 41.64% from 538); Blue value is 124 (48.83% from 255 or 23.05% from 538); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE07C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE07C is #411F83. Grayscale: #CACACA. Windows color (decimal): -4267908 or 8183998. OLE color: 8183998.

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

Color convert

RGB 190 224 124 -
CMYK 0.15 0 0.45 0.12
HSL 80.4º 0.62% 0.68% -
HSV(B) 80.4º 0.45% 0.88% -
XYZ 51.53 65.71 29.04 -
YUV 202.43 83.74 119.13 -
System Red Green Blue C M Y K H S L
Decimal 190 224 124 0.15 0 0.45 0.12 80.4 0.62 0.68
Hex BE E0 7C F 0 2D C 50 3E 44
Octal 276 340 174 17 0 55 14 120 76 104
Binary 10111110 11100000 1111100 1111 0 101101 1100 1010000 111110 1000100

Color Harmonies of #BEE07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE07C

Black with #BEE07C

Text Example


Text Example

White with #BEE07C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE07C; }

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

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

background-color css

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

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

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

border-color css

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

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

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