Html Css Color HEX #BFE580 Sulu

📋 copy color: '#BFE580'

red 191 ◦ green 229 ◦ blue 128

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

Shades of Sulu #BFE580

Tints of Sulu #BFE580

RGB

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

 GREEN value IS 229 (89.84% from 255) = 41.79%

 BLUE value IS 128 (50.39% from 255) = 23.36%

R = 34.85%
G = 41.79%
B = 23.36%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#BFE580 (or 0xBFE580) is known color: Sulu. HEX triplet: BF, E5 and 80. RGB value is (191,229,128). Sum of RGB (Red+Green+Blue) = 191+229+128=548 (72% of max value = 765). Red value is 191 (75% from 255 or 34.85% from 548); Green value is 229 (89.84% from 255 or 41.79% from 548); Blue value is 128 (50.39% from 255 or 23.36% from 548); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE580 is #401A7F. Grayscale: #CECECE. Windows color (decimal): -4201088 or 8447423. OLE color: 8447423.

HSL color Cylindrical-coordinate representation of color #BFE580: hue angle of 82.57º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BFE580 is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB 191 229 128 -
CMYK 0.17 0 0.44 0.10
HSL 82.57º 0.66% 0.7% -
HSV(B) 82.57º 0.44% 0.9% -
XYZ 53.4 68.67 30.86 -
YUV 206.12 83.91 117.21 -
System Red Green Blue C M Y K H S L
Decimal 191 229 128 0.17 0 0.44 0.10 82.57 0.66 0.7
Hex BF E5 80 11 0 2C A 53 42 46
Octal 277 345 200 21 0 54 12 123 102 106
Binary 10111111 11100101 10000000 10001 0 101100 1010 1010011 1000010 1000110

Color Harmonies of #BFE580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE580

Black with #BFE580

Text Example


Text Example

White with #BFE580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE580; }

 p { color: rgb(191,229,128); }

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

background-color css

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

 a { background-color: rgb(191,229,128); }

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

border-color css

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

 span { border-color: rgb(191,229,128); }

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