Html Css Color HEX #BFEB6D Sulu

📋 copy color: '#BFEB6D'

red 191 ◦ green 235 ◦ blue 109

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

Shades of Sulu #BFEB6D

Tints of Sulu #BFEB6D

RGB

 RED value IS 191 (75% from 255) = 35.7%

 GREEN value IS 235 (92.19% from 255) = 43.93%

 BLUE value IS 109 (42.97% from 255) = 20.37%

R = 35.7%
G = 43.93%
B = 20.37%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#BFEB6D (or 0xBFEB6D) is known color: Sulu. HEX triplet: BF, EB and 6D. RGB value is (191,235,109). Sum of RGB (Red+Green+Blue) = 191+235+109=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 235 (92.19% from 255 or 43.93% from 535); Blue value is 109 (42.97% from 255 or 20.37% from 535); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEB6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEB6D is #401492. Grayscale: #CFCFCF. Windows color (decimal): -4199571 or 7203775. OLE color: 7203775.

HSL color Cylindrical-coordinate representation of color #BFEB6D: hue angle of 80.95º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BFEB6D is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 235 109 -
CMYK 0.19 0 0.54 0.08
HSL 80.95º 0.76% 0.67% -
HSV(B) 80.95º 0.54% 0.92% -
XYZ 53.95 71.6 25.44 -
YUV 207.48 72.42 116.25 -
System Red Green Blue C M Y K H S L
Decimal 191 235 109 0.19 0 0.54 0.08 80.95 0.76 0.67
Hex BF EB 6D 13 0 36 8 51 4C 43
Octal 277 353 155 23 0 66 10 121 114 103
Binary 10111111 11101011 1101101 10011 0 110110 1000 1010001 1001100 1000011

Color Harmonies of #BFEB6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEB6D

Black with #BFEB6D

Text Example


Text Example

White with #BFEB6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEB6D; }

 p { color: rgb(191,235,109); }

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

background-color css

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

 a { background-color: rgb(191,235,109); }

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

border-color css

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

 span { border-color: rgb(191,235,109); }

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