Html Css Color HEX #BFE780 Sulu

📋 copy color: '#BFE780'

red 191 ◦ green 231 ◦ blue 128

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

Shades of Sulu #BFE780

Tints of Sulu #BFE780

RGB

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

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

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

R = 34.73%
G = 42%
B = 23.27%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#BFE780 (or 0xBFE780) is known color: Sulu. HEX triplet: BF, E7 and 80. RGB value is (191,231,128). Sum of RGB (Red+Green+Blue) = 191+231+128=550 (72% of max value = 765). Red value is 191 (75% from 255 or 34.73% from 550); Green value is 231 (90.62% from 255 or 42% from 550); Blue value is 128 (50.39% from 255 or 23.27% from 550); Max value from RGB is 231 - color contains mainly: green. Hex color #BFE780 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFE780 is #40187F. Grayscale: #CFCFCF. Windows color (decimal): -4200576 or 8447935. OLE color: 8447935.

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

Color convert

RGB 191 231 128 -
CMYK 0.17 0 0.45 0.09
HSL 83.3º 0.68% 0.7% -
HSV(B) 83.3º 0.45% 0.91% -
XYZ 53.96 69.79 31.05 -
YUV 207.3 83.25 116.38 -
System Red Green Blue C M Y K H S L
Decimal 191 231 128 0.17 0 0.45 0.09 83.3 0.68 0.7
Hex BF E7 80 11 0 2D 9 53 44 46
Octal 277 347 200 21 0 55 11 123 104 106
Binary 10111111 11100111 10000000 10001 0 101101 1001 1010011 1000100 1000110

Color Harmonies of #BFE780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE780

Black with #BFE780

Text Example


Text Example

White with #BFE780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE780; }

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

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

background-color css

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

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

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

border-color css

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

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

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