Html Css Color HEX #BFE96F Sulu

📋 copy color: '#BFE96F'

red 191 ◦ green 233 ◦ blue 111

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

Shades of Sulu #BFE96F

Tints of Sulu #BFE96F

RGB

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

 GREEN value IS 233 (91.41% from 255) = 43.55%

 BLUE value IS 111 (43.75% from 255) = 20.75%

R = 35.7%
G = 43.55%
B = 20.75%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#BFE96F (or 0xBFE96F) is known color: Sulu. HEX triplet: BF, E9 and 6F. RGB value is (191,233,111). Sum of RGB (Red+Green+Blue) = 191+233+111=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 233 (91.41% from 255 or 43.55% from 535); Blue value is 111 (43.75% from 255 or 20.75% from 535); Max value from RGB is 233 - color contains mainly: green. Hex color #BFE96F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFE96F is #401690. Grayscale: #CECECE. Windows color (decimal): -4200081 or 7334335. OLE color: 7334335.

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

Color convert

RGB 191 233 111 -
CMYK 0.18 0 0.52 0.09
HSL 80.66º 0.73% 0.67% -
HSV(B) 80.66º 0.52% 0.91% -
XYZ 53.49 70.5 25.83 -
YUV 206.53 74.09 116.92 -
System Red Green Blue C M Y K H S L
Decimal 191 233 111 0.18 0 0.52 0.09 80.66 0.73 0.67
Hex BF E9 6F 12 0 34 9 51 49 43
Octal 277 351 157 22 0 64 11 121 111 103
Binary 10111111 11101001 1101111 10010 0 110100 1001 1010001 1001001 1000011

Color Harmonies of #BFE96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE96F

Black with #BFE96F

Text Example


Text Example

White with #BFE96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE96F; }

 p { color: rgb(191,233,111); }

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

background-color css

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

 a { background-color: rgb(191,233,111); }

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

border-color css

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

 span { border-color: rgb(191,233,111); }

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