Html Css Color HEX #BEF085 Sulu

📋 copy color: '#BEF085'

red 190 ◦ green 240 ◦ blue 133

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

Shades of Sulu #BEF085

Tints of Sulu #BEF085

RGB

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

 GREEN value IS 240 (94.14% from 255) = 42.63%

 BLUE value IS 133 (52.34% from 255) = 23.62%

R = 33.75%
G = 42.63%
B = 23.62%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#BEF085 (or 0xBEF085) is known color: Sulu. HEX triplet: BE, F0 and 85. RGB value is (190,240,133). Sum of RGB (Red+Green+Blue) = 190+240+133=563 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.75% from 563); Green value is 240 (94.14% from 255 or 42.63% from 563); Blue value is 133 (52.34% from 255 or 23.62% from 563); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF085 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF085 is #410F7A. Grayscale: #D5D5D5. Windows color (decimal): -4263803 or 8777918. OLE color: 8777918.

HSL color Cylindrical-coordinate representation of color #BEF085: hue angle of 88.04º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BEF085 is Cyan = 0.21, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 240 133 -
CMYK 0.21 0 0.45 0.06
HSL 88.04º 0.78% 0.73% -
HSV(B) 88.04º 0.45% 0.94% -
XYZ 56.63 74.96 33.67 -
YUV 212.85 82.94 111.7 -
System Red Green Blue C M Y K H S L
Decimal 190 240 133 0.21 0 0.45 0.06 88.04 0.78 0.73
Hex BE F0 85 15 0 2D 6 58 4E 49
Octal 276 360 205 25 0 55 6 130 116 111
Binary 10111110 11110000 10000101 10101 0 101101 110 1011000 1001110 1001001

Color Harmonies of #BEF085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF085

Black with #BEF085

Text Example


Text Example

White with #BEF085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF085; }

 p { color: rgb(190,240,133); }

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

background-color css

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

 a { background-color: rgb(190,240,133); }

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

border-color css

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

 span { border-color: rgb(190,240,133); }

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