Html Css Color HEX #BFEC90 Sulu

📋 copy color: '#BFEC90'

red 191 ◦ green 236 ◦ blue 144

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

Shades of Sulu #BFEC90

Tints of Sulu #BFEC90

RGB

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

 GREEN value IS 236 (92.58% from 255) = 41.33%

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

R = 33.45%
G = 41.33%
B = 25.22%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#BFEC90 (or 0xBFEC90) is known color: Sulu. HEX triplet: BF, EC and 90. RGB value is (191,236,144). Sum of RGB (Red+Green+Blue) = 191+236+144=571 (75% of max value = 765). Red value is 191 (75% from 255 or 33.45% from 571); Green value is 236 (92.58% from 255 or 41.33% from 571); Blue value is 144 (56.64% from 255 or 25.22% from 571); Max value from RGB is 236 - color contains mainly: green. Hex color #BFEC90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEC90 is #40136F. Grayscale: #D4D4D4. Windows color (decimal): -4199280 or 9497791. OLE color: 9497791.

HSL color Cylindrical-coordinate representation of color #BFEC90: hue angle of 89.35º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BFEC90 is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 236 144 -
CMYK 0.19 0 0.39 0.07
HSL 89.35º 0.71% 0.75% -
HSV(B) 89.35º 0.39% 0.93% -
XYZ 56.52 73.08 37.51 -
YUV 212.06 89.59 112.98 -
System Red Green Blue C M Y K H S L
Decimal 191 236 144 0.19 0 0.39 0.07 89.35 0.71 0.75
Hex BF EC 90 13 0 27 7 59 47 4B
Octal 277 354 220 23 0 47 7 131 107 113
Binary 10111111 11101100 10010000 10011 0 100111 111 1011001 1000111 1001011

Color Harmonies of #BFEC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEC90

Black with #BFEC90

Text Example


Text Example

White with #BFEC90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEC90; }

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

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

background-color css

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

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

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

border-color css

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

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

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