Html Css Color HEX #BFEE84 Sulu

📋 copy color: '#BFEE84'

red 191 ◦ green 238 ◦ blue 132

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

Shades of Sulu #BFEE84

Tints of Sulu #BFEE84

RGB

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

 GREEN value IS 238 (93.36% from 255) = 42.42%

 BLUE value IS 132 (51.95% from 255) = 23.53%

R = 34.05%
G = 42.42%
B = 23.53%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#BFEE84 (or 0xBFEE84) is known color: Sulu. HEX triplet: BF, EE and 84. RGB value is (191,238,132). Sum of RGB (Red+Green+Blue) = 191+238+132=561 (74% of max value = 765). Red value is 191 (75% from 255 or 34.05% from 561); Green value is 238 (93.36% from 255 or 42.42% from 561); Blue value is 132 (51.95% from 255 or 23.53% from 561); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEE84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEE84 is #40117B. Grayscale: #D4D4D4. Windows color (decimal): -4198780 or 8711871. OLE color: 8711871.

HSL color Cylindrical-coordinate representation of color #BFEE84: hue angle of 86.6º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BFEE84 is Cyan = 0.20, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 238 132 -
CMYK 0.20 0 0.45 0.07
HSL 86.6º 0.76% 0.73% -
HSV(B) 86.6º 0.45% 0.93% -
XYZ 56.23 73.89 33.13 -
YUV 211.86 82.93 113.12 -
System Red Green Blue C M Y K H S L
Decimal 191 238 132 0.20 0 0.45 0.07 86.6 0.76 0.73
Hex BF EE 84 14 0 2D 7 57 4C 49
Octal 277 356 204 24 0 55 7 127 114 111
Binary 10111111 11101110 10000100 10100 0 101101 111 1010111 1001100 1001001

Color Harmonies of #BFEE84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEE84

Black with #BFEE84

Text Example


Text Example

White with #BFEE84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEE84; }

 p { color: rgb(191,238,132); }

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

background-color css

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

 a { background-color: rgb(191,238,132); }

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

border-color css

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

 span { border-color: rgb(191,238,132); }

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