Html Css Color HEX #BFF190 Sulu

📋 copy color: '#BFF190'

red 191 ◦ green 241 ◦ blue 144

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

Shades of Sulu #BFF190

Tints of Sulu #BFF190

RGB

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

 GREEN value IS 241 (94.53% from 255) = 41.84%

 BLUE value IS 144 (56.64% from 255) = 25%

R = 33.16%
G = 41.84%
B = 25%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#BFF190 (or 0xBFF190) is known color: Sulu. HEX triplet: BF, F1 and 90. RGB value is (191,241,144). Sum of RGB (Red+Green+Blue) = 191+241+144=576 (76% of max value = 765). Red value is 191 (75% from 255 or 33.16% from 576); Green value is 241 (94.53% from 255 or 41.84% from 576); Blue value is 144 (56.64% from 255 or 25% from 576); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF190 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF190 is #400E6F. Grayscale: #D7D7D7. Windows color (decimal): -4198000 or 9499071. OLE color: 9499071.

HSL color Cylindrical-coordinate representation of color #BFF190: hue angle of 90.93º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BFF190 is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 191 241 144 -
CMYK 0.21 0 0.40 0.05
HSL 90.93º 0.78% 0.75% -
HSV(B) 90.93º 0.4% 0.95% -
XYZ 57.98 76 38 -
YUV 214.99 87.94 110.89 -
System Red Green Blue C M Y K H S L
Decimal 191 241 144 0.21 0 0.40 0.05 90.93 0.78 0.75
Hex BF F1 90 15 0 28 5 5B 4E 4B
Octal 277 361 220 25 0 50 5 133 116 113
Binary 10111111 11110001 10010000 10101 0 101000 101 1011011 1001110 1001011

Color Harmonies of #BFF190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF190

Black with #BFF190

Text Example


Text Example

White with #BFF190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF190; }

 p { color: rgb(191,241,144); }

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

background-color css

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

 a { background-color: rgb(191,241,144); }

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

border-color css

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

 span { border-color: rgb(191,241,144); }

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