Html Css Color HEX #BEFA6B Sulu

📋 copy color: '#BEFA6B'

red 190 ◦ green 250 ◦ blue 107

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

Shades of Sulu #BEFA6B

Tints of Sulu #BEFA6B

RGB

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

 GREEN value IS 250 (98.05% from 255) = 45.7%

 BLUE value IS 107 (42.19% from 255) = 19.56%

R = 34.73%
G = 45.7%
B = 19.56%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#BEFA6B (or 0xBEFA6B) is known color: Sulu. HEX triplet: BE, FA and 6B. RGB value is (190,250,107). Sum of RGB (Red+Green+Blue) = 190+250+107=547 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.73% from 547); Green value is 250 (98.05% from 255 or 45.70% from 547); Blue value is 107 (42.19% from 255 or 19.56% from 547); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFA6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEFA6B is #410594. Grayscale: #D8D8D8. Windows color (decimal): -4261269 or 7076542. OLE color: 7076542.

HSL color Cylindrical-coordinate representation of color #BEFA6B: hue angle of 85.17º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BEFA6B is Cyan = 0.24, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB 190 250 107 -
CMYK 0.24 0 0.57 0.02
HSL 85.17º 0.93% 0.7% -
HSV(B) 85.17º 0.57% 0.98% -
XYZ 58.07 80.38 26.36 -
YUV 215.76 66.62 109.63 -
System Red Green Blue C M Y K H S L
Decimal 190 250 107 0.24 0 0.57 0.02 85.17 0.93 0.7
Hex BE FA 6B 18 0 39 2 55 5D 46
Octal 276 372 153 30 0 71 2 125 135 106
Binary 10111110 11111010 1101011 11000 0 111001 10 1010101 1011101 1000110

Color Harmonies of #BEFA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFA6B

Black with #BEFA6B

Text Example


Text Example

White with #BEFA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFA6B; }

 p { color: rgb(190,250,107); }

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

background-color css

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

 a { background-color: rgb(190,250,107); }

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

border-color css

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

 span { border-color: rgb(190,250,107); }

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