Html Css Color HEX #BEFC86 Sulu

📋 copy color: '#BEFC86'

red 190 ◦ green 252 ◦ blue 134

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

Shades of Sulu #BEFC86

Tints of Sulu #BEFC86

RGB

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

 GREEN value IS 252 (98.83% from 255) = 43.75%

 BLUE value IS 134 (52.73% from 255) = 23.26%

R = 32.99%
G = 43.75%
B = 23.26%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#BEFC86 (or 0xBEFC86) is known color: Sulu. HEX triplet: BE, FC and 86. RGB value is (190,252,134). Sum of RGB (Red+Green+Blue) = 190+252+134=576 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.99% from 576); Green value is 252 (98.83% from 255 or 43.75% from 576); Blue value is 134 (52.73% from 255 or 23.26% from 576); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFC86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFC86 is #410379. Grayscale: #DCDCDC. Windows color (decimal): -4260730 or 8846526. OLE color: 8846526.

HSL color Cylindrical-coordinate representation of color #BEFC86: hue angle of 91.53º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BEFC86 is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB 190 252 134 -
CMYK 0.25 0 0.47 0.01
HSL 91.53º 0.95% 0.76% -
HSV(B) 91.53º 0.47% 0.99% -
XYZ 60.35 82.29 35.26 -
YUV 220.01 79.46 106.59 -
System Red Green Blue C M Y K H S L
Decimal 190 252 134 0.25 0 0.47 0.01 91.53 0.95 0.76
Hex BE FC 86 19 0 2F 1 5C 5F 4C
Octal 276 374 206 31 0 57 1 134 137 114
Binary 10111110 11111100 10000110 11001 0 101111 1 1011100 1011111 1001100

Color Harmonies of #BEFC86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFC86

Black with #BEFC86

Text Example


Text Example

White with #BEFC86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFC86; }

 p { color: rgb(190,252,134); }

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

background-color css

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

 a { background-color: rgb(190,252,134); }

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

border-color css

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

 span { border-color: rgb(190,252,134); }

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