Html Css Color HEX #BFE069 Sulu

📋 copy color: '#BFE069'

red 191 ◦ green 224 ◦ blue 105

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

Shades of Sulu #BFE069

Tints of Sulu #BFE069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 20.19%

R = 36.73%
G = 43.08%
B = 20.19%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#BFE069 (or 0xBFE069) is known color: Sulu. HEX triplet: BF, E0 and 69. RGB value is (191,224,105). Sum of RGB (Red+Green+Blue) = 191+224+105=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 224 (87.89% from 255 or 43.08% from 520); Blue value is 105 (41.41% from 255 or 20.19% from 520); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE069 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE069 is #401F96. Grayscale: #C9C9C9. Windows color (decimal): -4202391 or 6938815. OLE color: 6938815.

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

Color convert

RGB 191 224 105 -
CMYK 0.15 0 0.53 0.12
HSL 76.64º 0.66% 0.65% -
HSV(B) 76.64º 0.53% 0.88% -
XYZ 50.69 65.41 23.32 -
YUV 200.57 74.07 121.18 -
System Red Green Blue C M Y K H S L
Decimal 191 224 105 0.15 0 0.53 0.12 76.64 0.66 0.65
Hex BF E0 69 F 0 35 C 4D 42 41
Octal 277 340 151 17 0 65 14 115 102 101
Binary 10111111 11100000 1101001 1111 0 110101 1100 1001101 1000010 1000001

Color Harmonies of #BFE069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE069

Black with #BFE069

Text Example


Text Example

White with #BFE069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE069; }

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

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

background-color css

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

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

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

border-color css

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

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

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