Html Css Color HEX #BFE680 Sulu

📋 copy color: '#BFE680'

red 191 ◦ green 230 ◦ blue 128

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

Shades of Sulu #BFE680

Tints of Sulu #BFE680

RGB

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

 GREEN value IS 230 (90.23% from 255) = 41.89%

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

R = 34.79%
G = 41.89%
B = 23.32%

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

#BFE680 (or 0xBFE680) is known color: Sulu. HEX triplet: BF, E6 and 80. RGB value is (191,230,128). Sum of RGB (Red+Green+Blue) = 191+230+128=549 (72% of max value = 765). Red value is 191 (75% from 255 or 34.79% from 549); Green value is 230 (90.23% from 255 or 41.89% from 549); Blue value is 128 (50.39% from 255 or 23.32% from 549); Max value from RGB is 230 - color contains mainly: green. Hex color #BFE680 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFE680 is #40197F. Grayscale: #CFCFCF. Windows color (decimal): -4200832 or 8447679. OLE color: 8447679.

HSL color Cylindrical-coordinate representation of color #BFE680: hue angle of 82.94º degrees, saturation: 0.67, 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 #BFE680 is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB 191 230 128 -
CMYK 0.17 0 0.44 0.10
HSL 82.94º 0.67% 0.7% -
HSV(B) 82.94º 0.44% 0.9% -
XYZ 53.68 69.23 30.96 -
YUV 206.71 83.58 116.79 -
System Red Green Blue C M Y K H S L
Decimal 191 230 128 0.17 0 0.44 0.10 82.94 0.67 0.7
Hex BF E6 80 11 0 2C A 53 43 46
Octal 277 346 200 21 0 54 12 123 103 106
Binary 10111111 11100110 10000000 10001 0 101100 1010 1010011 1000011 1000110

Color Harmonies of #BFE680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE680

Black with #BFE680

Text Example


Text Example

White with #BFE680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE680; }

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

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

background-color css

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

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

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

border-color css

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

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

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