Html Css Color HEX #BEFC6A Sulu

📋 copy color: '#BEFC6A'

red 190 ◦ green 252 ◦ blue 106

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

Shades of Sulu #BEFC6A

Tints of Sulu #BEFC6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.34%

R = 34.67%
G = 45.99%
B = 19.34%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#BEFC6A (or 0xBEFC6A) is known color: Sulu. HEX triplet: BE, FC and 6A. RGB value is (190,252,106). Sum of RGB (Red+Green+Blue) = 190+252+106=548 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.67% from 548); Green value is 252 (98.83% from 255 or 45.99% from 548); Blue value is 106 (41.80% from 255 or 19.34% from 548); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFC6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEFC6A is #410395. Grayscale: #D9D9D9. Windows color (decimal): -4260758 or 7011518. OLE color: 7011518.

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

Color convert

RGB 190 252 106 -
CMYK 0.25 0 0.58 0.01
HSL 85.48º 0.96% 0.7% -
HSV(B) 85.48º 0.58% 0.99% -
XYZ 58.65 81.61 26.3 -
YUV 216.82 65.46 108.87 -
System Red Green Blue C M Y K H S L
Decimal 190 252 106 0.25 0 0.58 0.01 85.48 0.96 0.7
Hex BE FC 6A 19 0 3A 1 55 60 46
Octal 276 374 152 31 0 72 1 125 140 106
Binary 10111110 11111100 1101010 11001 0 111010 1 1010101 1100000 1000110

Color Harmonies of #BEFC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFC6A

Black with #BEFC6A

Text Example


Text Example

White with #BEFC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFC6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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