Html Css Color HEX #BEF08A Sulu

📋 copy color: '#BEF08A'

red 190 ◦ green 240 ◦ blue 138

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

Shades of Sulu #BEF08A

Tints of Sulu #BEF08A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 24.3%

R = 33.45%
G = 42.25%
B = 24.3%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#BEF08A (or 0xBEF08A) is known color: Sulu. HEX triplet: BE, F0 and 8A. RGB value is (190,240,138). Sum of RGB (Red+Green+Blue) = 190+240+138=568 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.45% from 568); Green value is 240 (94.14% from 255 or 42.25% from 568); Blue value is 138 (54.30% from 255 or 24.30% from 568); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF08A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF08A is #410F75. Grayscale: #D5D5D5. Windows color (decimal): -4263798 or 9105598. OLE color: 9105598.

HSL color Cylindrical-coordinate representation of color #BEF08A: hue angle of 89.41º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BEF08A is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 240 138 -
CMYK 0.21 0 0.42 0.06
HSL 89.41º 0.77% 0.74% -
HSV(B) 89.41º 0.43% 0.94% -
XYZ 56.98 75.1 35.54 -
YUV 213.42 85.44 111.29 -
System Red Green Blue C M Y K H S L
Decimal 190 240 138 0.21 0 0.42 0.06 89.41 0.77 0.74
Hex BE F0 8A 15 0 2A 6 59 4D 4A
Octal 276 360 212 25 0 52 6 131 115 112
Binary 10111110 11110000 10001010 10101 0 101010 110 1011001 1001101 1001010

Color Harmonies of #BEF08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF08A

Black with #BEF08A

Text Example


Text Example

White with #BEF08A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF08A; }

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

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

background-color css

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

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

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

border-color css

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

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

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