Html Css Color HEX #BEF582 Sulu

📋 copy color: '#BEF582'

red 190 ◦ green 245 ◦ blue 130

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

Shades of Sulu #BEF582

Tints of Sulu #BEF582

RGB

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

 GREEN value IS 245 (96.09% from 255) = 43.36%

 BLUE value IS 130 (51.17% from 255) = 23.01%

R = 33.63%
G = 43.36%
B = 23.01%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#BEF582 (or 0xBEF582) is known color: Sulu. HEX triplet: BE, F5 and 82. RGB value is (190,245,130). Sum of RGB (Red+Green+Blue) = 190+245+130=565 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.63% from 565); Green value is 245 (96.09% from 255 or 43.36% from 565); Blue value is 130 (51.17% from 255 or 23.01% from 565); Max value from RGB is 245 - color contains mainly: green. Hex color #BEF582 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF582 is #410A7D. Grayscale: #D7D7D7. Windows color (decimal): -4262526 or 8582590. OLE color: 8582590.

HSL color Cylindrical-coordinate representation of color #BEF582: hue angle of 88.7º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BEF582 is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB 190 245 130 -
CMYK 0.22 0 0.47 0.04
HSL 88.7º 0.85% 0.74% -
HSV(B) 88.7º 0.47% 0.96% -
XYZ 57.92 77.86 33.1 -
YUV 215.45 79.78 109.85 -
System Red Green Blue C M Y K H S L
Decimal 190 245 130 0.22 0 0.47 0.04 88.7 0.85 0.74
Hex BE F5 82 16 0 2F 4 59 55 4A
Octal 276 365 202 26 0 57 4 131 125 112
Binary 10111110 11110101 10000010 10110 0 101111 100 1011001 1010101 1001010

Color Harmonies of #BEF582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF582

Black with #BEF582

Text Example


Text Example

White with #BEF582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF582; }

 p { color: rgb(190,245,130); }

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

background-color css

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

 a { background-color: rgb(190,245,130); }

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

border-color css

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

 span { border-color: rgb(190,245,130); }

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