Html Css Color HEX #BFE771 Sulu

📋 copy color: '#BFE771'

red 191 ◦ green 231 ◦ blue 113

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

Shades of Sulu #BFE771

Tints of Sulu #BFE771

RGB

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

 GREEN value IS 231 (90.63% from 255) = 43.18%

 BLUE value IS 113 (44.53% from 255) = 21.12%

R = 35.7%
G = 43.18%
B = 21.12%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#BFE771 (or 0xBFE771) is known color: Sulu. HEX triplet: BF, E7 and 71. RGB value is (191,231,113). Sum of RGB (Red+Green+Blue) = 191+231+113=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 231 (90.62% from 255 or 43.18% from 535); Blue value is 113 (44.53% from 255 or 21.12% from 535); Max value from RGB is 231 - color contains mainly: green. Hex color #BFE771 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFE771 is #40188E. Grayscale: #CECECE. Windows color (decimal): -4200591 or 7464895. OLE color: 7464895.

HSL color Cylindrical-coordinate representation of color #BFE771: hue angle of 80.34º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BFE771 is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 231 113 -
CMYK 0.17 0 0.51 0.09
HSL 80.34º 0.71% 0.67% -
HSV(B) 80.34º 0.51% 0.91% -
XYZ 53.04 69.42 26.23 -
YUV 205.59 75.75 117.59 -
System Red Green Blue C M Y K H S L
Decimal 191 231 113 0.17 0 0.51 0.09 80.34 0.71 0.67
Hex BF E7 71 11 0 33 9 50 47 43
Octal 277 347 161 21 0 63 11 120 107 103
Binary 10111111 11100111 1110001 10001 0 110011 1001 1010000 1000111 1000011

Color Harmonies of #BFE771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE771

Black with #BFE771

Text Example


Text Example

White with #BFE771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE771; }

 p { color: rgb(191,231,113); }

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

background-color css

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

 a { background-color: rgb(191,231,113); }

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

border-color css

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

 span { border-color: rgb(191,231,113); }

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