Html Css Color HEX #BFF863 Sulu

📋 copy color: '#BFF863'

red 191 ◦ green 248 ◦ blue 99

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

Shades of Sulu #BFF863

Tints of Sulu #BFF863

RGB

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

 GREEN value IS 248 (97.27% from 255) = 46.1%

 BLUE value IS 99 (39.06% from 255) = 18.4%

R = 35.5%
G = 46.1%
B = 18.4%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#BFF863 (or 0xBFF863) is known color: Sulu. HEX triplet: BF, F8 and 63. RGB value is (191,248,99). Sum of RGB (Red+Green+Blue) = 191+248+99=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 248 (97.27% from 255 or 46.10% from 538); Blue value is 99 (39.06% from 255 or 18.40% from 538); Max value from RGB is 248 - color contains mainly: green. Hex color #BFF863 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF863 is #40079C. Grayscale: #D6D6D6. Windows color (decimal): -4196253 or 6551743. OLE color: 6551743.

HSL color Cylindrical-coordinate representation of color #BFF863: hue angle of 82.95º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BFF863 is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB 191 248 99 -
CMYK 0.23 0 0.60 0.03
HSL 82.95º 0.91% 0.68% -
HSV(B) 82.95º 0.6% 0.97% -
XYZ 57.31 79.11 24.05 -
YUV 213.97 63.12 111.62 -
System Red Green Blue C M Y K H S L
Decimal 191 248 99 0.23 0 0.60 0.03 82.95 0.91 0.68
Hex BF F8 63 17 0 3C 3 53 5B 44
Octal 277 370 143 27 0 74 3 123 133 104
Binary 10111111 11111000 1100011 10111 0 111100 11 1010011 1011011 1000100

Color Harmonies of #BFF863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF863

Black with #BFF863

Text Example


Text Example

White with #BFF863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF863; }

 p { color: rgb(191,248,99); }

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

background-color css

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

 a { background-color: rgb(191,248,99); }

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

border-color css

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

 span { border-color: rgb(191,248,99); }

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