Html Css Color HEX #BFF475 Sulu

📋 copy color: '#BFF475'

red 191 ◦ green 244 ◦ blue 117

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

Shades of Sulu #BFF475

Tints of Sulu #BFF475

RGB

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

 GREEN value IS 244 (95.7% from 255) = 44.2%

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

R = 34.6%
G = 44.2%
B = 21.2%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#BFF475 (or 0xBFF475) is known color: Sulu. HEX triplet: BF, F4 and 75. RGB value is (191,244,117). Sum of RGB (Red+Green+Blue) = 191+244+117=552 (73% of max value = 765). Red value is 191 (75% from 255 or 34.60% from 552); Green value is 244 (95.70% from 255 or 44.20% from 552); Blue value is 117 (46.09% from 255 or 21.20% from 552); Max value from RGB is 244 - color contains mainly: green. Hex color #BFF475 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF475 is #400B8A. Grayscale: #D6D6D6. Windows color (decimal): -4197259 or 7730367. OLE color: 7730367.

HSL color Cylindrical-coordinate representation of color #BFF475: hue angle of 85.04º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BFF475 is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB 191 244 117 -
CMYK 0.22 0 0.52 0.04
HSL 85.04º 0.85% 0.71% -
HSV(B) 85.04º 0.52% 0.96% -
XYZ 57.05 77.06 28.7 -
YUV 213.68 73.44 111.83 -
System Red Green Blue C M Y K H S L
Decimal 191 244 117 0.22 0 0.52 0.04 85.04 0.85 0.71
Hex BF F4 75 16 0 34 4 55 55 47
Octal 277 364 165 26 0 64 4 125 125 107
Binary 10111111 11110100 1110101 10110 0 110100 100 1010101 1010101 1000111

Color Harmonies of #BFF475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF475

Black with #BFF475

Text Example


Text Example

White with #BFF475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF475; }

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

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

background-color css

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

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

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

border-color css

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

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

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