Html Css Color HEX #BFF990 Sulu

📋 copy color: '#BFF990'

red 191 ◦ green 249 ◦ blue 144

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

Shades of Sulu #BFF990

Tints of Sulu #BFF990

RGB

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

 GREEN value IS 249 (97.66% from 255) = 42.64%

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

R = 32.71%
G = 42.64%
B = 24.66%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#BFF990 (or 0xBFF990) is known color: Sulu. HEX triplet: BF, F9 and 90. RGB value is (191,249,144). Sum of RGB (Red+Green+Blue) = 191+249+144=584 (77% of max value = 765). Red value is 191 (75% from 255 or 32.71% from 584); Green value is 249 (97.66% from 255 or 42.64% from 584); Blue value is 144 (56.64% from 255 or 24.66% from 584); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF990 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF990 is #40066F. Grayscale: #DCDCDC. Windows color (decimal): -4195952 or 9501119. OLE color: 9501119.

HSL color Cylindrical-coordinate representation of color #BFF990: hue angle of 93.14º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BFF990 is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB 191 249 144 -
CMYK 0.23 0 0.42 0.02
HSL 93.14º 0.9% 0.77% -
HSV(B) 93.14º 0.42% 0.98% -
XYZ 60.4 80.84 38.81 -
YUV 219.69 85.28 107.54 -
System Red Green Blue C M Y K H S L
Decimal 191 249 144 0.23 0 0.42 0.02 93.14 0.9 0.77
Hex BF F9 90 17 0 2A 2 5D 5A 4D
Octal 277 371 220 27 0 52 2 135 132 115
Binary 10111111 11111001 10010000 10111 0 101010 10 1011101 1011010 1001101

Color Harmonies of #BFF990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF990

Black with #BFF990

Text Example


Text Example

White with #BFF990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF990; }

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

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

background-color css

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

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

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

border-color css

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

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

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