Html Css Color HEX #BEF080 Sulu

📋 copy color: '#BEF080'

red 190 ◦ green 240 ◦ blue 128

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

Shades of Sulu #BEF080

Tints of Sulu #BEF080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 22.94%

R = 34.05%
G = 43.01%
B = 22.94%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#BEF080 (or 0xBEF080) is known color: Sulu. HEX triplet: BE, F0 and 80. RGB value is (190,240,128). Sum of RGB (Red+Green+Blue) = 190+240+128=558 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.05% from 558); Green value is 240 (94.14% from 255 or 43.01% from 558); Blue value is 128 (50.39% from 255 or 22.94% from 558); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF080 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF080 is #410F7F. Grayscale: #D4D4D4. Windows color (decimal): -4263808 or 8450238. OLE color: 8450238.

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

Color convert

RGB 190 240 128 -
CMYK 0.21 0 0.47 0.06
HSL 86.79º 0.79% 0.72% -
HSV(B) 86.79º 0.47% 0.94% -
XYZ 56.29 74.83 31.9 -
YUV 212.28 80.44 112.11 -
System Red Green Blue C M Y K H S L
Decimal 190 240 128 0.21 0 0.47 0.06 86.79 0.79 0.72
Hex BE F0 80 15 0 2F 6 57 4F 48
Octal 276 360 200 25 0 57 6 127 117 110
Binary 10111110 11110000 10000000 10101 0 101111 110 1010111 1001111 1001000

Color Harmonies of #BEF080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF080

Black with #BEF080

Text Example


Text Example

White with #BEF080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF080; }

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

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

background-color css

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

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

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

border-color css

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

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

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