Html Css Color HEX #BFF775 Sulu

📋 copy color: '#BFF775'

red 191 ◦ green 247 ◦ blue 117

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

Shades of Sulu #BFF775

Tints of Sulu #BFF775

RGB

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

 GREEN value IS 247 (96.88% from 255) = 44.5%

 BLUE value IS 117 (46.09% from 255) = 21.08%

R = 34.41%
G = 44.5%
B = 21.08%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#BFF775 (or 0xBFF775) is known color: Sulu. HEX triplet: BF, F7 and 75. RGB value is (191,247,117). Sum of RGB (Red+Green+Blue) = 191+247+117=555 (73% of max value = 765). Red value is 191 (75% from 255 or 34.41% from 555); Green value is 247 (96.88% from 255 or 44.50% from 555); Blue value is 117 (46.09% from 255 or 21.08% from 555); Max value from RGB is 247 - color contains mainly: green. Hex color #BFF775 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF775 is #40088A. Grayscale: #D7D7D7. Windows color (decimal): -4196491 or 7731135. OLE color: 7731135.

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

Color convert

RGB 191 247 117 -
CMYK 0.23 0 0.53 0.03
HSL 85.85º 0.89% 0.71% -
HSV(B) 85.85º 0.53% 0.97% -
XYZ 57.96 78.88 29 -
YUV 215.44 72.45 110.57 -
System Red Green Blue C M Y K H S L
Decimal 191 247 117 0.23 0 0.53 0.03 85.85 0.89 0.71
Hex BF F7 75 17 0 35 3 56 59 47
Octal 277 367 165 27 0 65 3 126 131 107
Binary 10111111 11110111 1110101 10111 0 110101 11 1010110 1011001 1000111

Color Harmonies of #BFF775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF775

Black with #BFF775

Text Example


Text Example

White with #BFF775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF775; }

 p { color: rgb(191,247,117); }

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

background-color css

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

 a { background-color: rgb(191,247,117); }

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

border-color css

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

 span { border-color: rgb(191,247,117); }

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