Html Css Color HEX #BFE06F Sulu

📋 copy color: '#BFE06F'

red 191 ◦ green 224 ◦ blue 111

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

Shades of Sulu #BFE06F

Tints of Sulu #BFE06F

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.59%

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

R = 36.31%
G = 42.59%
B = 21.1%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#BFE06F (or 0xBFE06F) is known color: Sulu. HEX triplet: BF, E0 and 6F. RGB value is (191,224,111). Sum of RGB (Red+Green+Blue) = 191+224+111=526 (69% of max value = 765). Red value is 191 (75% from 255 or 36.31% from 526); Green value is 224 (87.89% from 255 or 42.59% from 526); Blue value is 111 (43.75% from 255 or 21.10% from 526); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE06F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE06F is #401F90. Grayscale: #C9C9C9. Windows color (decimal): -4202385 or 7332031. OLE color: 7332031.

HSL color Cylindrical-coordinate representation of color #BFE06F: hue angle of 77.52º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BFE06F is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 191 224 111 -
CMYK 0.15 0 0.50 0.12
HSL 77.52º 0.65% 0.66% -
HSV(B) 77.52º 0.5% 0.88% -
XYZ 51.01 65.54 25 -
YUV 201.25 77.07 120.69 -
System Red Green Blue C M Y K H S L
Decimal 191 224 111 0.15 0 0.50 0.12 77.52 0.65 0.66
Hex BF E0 6F F 0 32 C 4E 41 42
Octal 277 340 157 17 0 62 14 116 101 102
Binary 10111111 11100000 1101111 1111 0 110010 1100 1001110 1000001 1000010

Color Harmonies of #BFE06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE06F

Black with #BFE06F

Text Example


Text Example

White with #BFE06F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE06F; }

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

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

background-color css

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

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

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

border-color css

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

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

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