Html Css Color HEX #BFF865 Sulu

📋 copy color: '#BFF865'

red 191 ◦ green 248 ◦ blue 101

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

Shades of Sulu #BFF865

Tints of Sulu #BFF865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.7%

R = 35.37%
G = 45.93%
B = 18.7%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#BFF865 (or 0xBFF865) is known color: Sulu. HEX triplet: BF, F8 and 65. RGB value is (191,248,101). Sum of RGB (Red+Green+Blue) = 191+248+101=540 (71% of max value = 765). Red value is 191 (75% from 255 or 35.37% from 540); Green value is 248 (97.27% from 255 or 45.93% from 540); Blue value is 101 (39.84% from 255 or 18.70% from 540); Max value from RGB is 248 - color contains mainly: green. Hex color #BFF865 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF865 is #40079A. Grayscale: #D6D6D6. Windows color (decimal): -4196251 or 6682815. OLE color: 6682815.

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

Color convert

RGB 191 248 101 -
CMYK 0.23 0 0.59 0.03
HSL 83.27º 0.91% 0.68% -
HSV(B) 83.27º 0.59% 0.97% -
XYZ 57.4 79.15 24.56 -
YUV 214.2 64.12 111.45 -
System Red Green Blue C M Y K H S L
Decimal 191 248 101 0.23 0 0.59 0.03 83.27 0.91 0.68
Hex BF F8 65 17 0 3B 3 53 5B 44
Octal 277 370 145 27 0 73 3 123 133 104
Binary 10111111 11111000 1100101 10111 0 111011 11 1010011 1011011 1000100

Color Harmonies of #BFF865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF865

Black with #BFF865

Text Example


Text Example

White with #BFF865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF865; }

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

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

background-color css

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

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

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

border-color css

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

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

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