Html Css Color HEX #BFE76B Sulu

📋 copy color: '#BFE76B'

red 191 ◦ green 231 ◦ blue 107

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

Shades of Sulu #BFE76B

Tints of Sulu #BFE76B

RGB

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

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

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

R = 36.11%
G = 43.67%
B = 20.23%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#BFE76B (or 0xBFE76B) is known color: Sulu. HEX triplet: BF, E7 and 6B. RGB value is (191,231,107). Sum of RGB (Red+Green+Blue) = 191+231+107=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 231 (90.62% from 255 or 43.67% from 529); Blue value is 107 (42.19% from 255 or 20.23% from 529); Max value from RGB is 231 - color contains mainly: green. Hex color #BFE76B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFE76B is #401894. Grayscale: #CDCDCD. Windows color (decimal): -4200597 or 7071679. OLE color: 7071679.

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

Color convert

RGB 191 231 107 -
CMYK 0.17 0 0.54 0.09
HSL 79.35º 0.72% 0.66% -
HSV(B) 79.35º 0.54% 0.91% -
XYZ 52.72 69.29 24.51 -
YUV 204.9 72.75 118.08 -
System Red Green Blue C M Y K H S L
Decimal 191 231 107 0.17 0 0.54 0.09 79.35 0.72 0.66
Hex BF E7 6B 11 0 36 9 4F 48 42
Octal 277 347 153 21 0 66 11 117 110 102
Binary 10111111 11100111 1101011 10001 0 110110 1001 1001111 1001000 1000010

Color Harmonies of #BFE76B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE76B

Black with #BFE76B

Text Example


Text Example

White with #BFE76B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE76B; }

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

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

background-color css

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

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

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

border-color css

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

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

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