Html Css Color HEX #BFE48D Sulu

📋 copy color: '#BFE48D'

red 191 ◦ green 228 ◦ blue 141

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

Shades of Sulu #BFE48D

Tints of Sulu #BFE48D

RGB

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

 GREEN value IS 228 (89.45% from 255) = 40.71%

 BLUE value IS 141 (55.47% from 255) = 25.18%

R = 34.11%
G = 40.71%
B = 25.18%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#BFE48D (or 0xBFE48D) is known color: Sulu. HEX triplet: BF, E4 and 8D. RGB value is (191,228,141). Sum of RGB (Red+Green+Blue) = 191+228+141=560 (74% of max value = 765). Red value is 191 (75% from 255 or 34.11% from 560); Green value is 228 (89.45% from 255 or 40.71% from 560); Blue value is 141 (55.47% from 255 or 25.18% from 560); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE48D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE48D is #401B72. Grayscale: #CFCFCF. Windows color (decimal): -4201331 or 9299135. OLE color: 9299135.

HSL color Cylindrical-coordinate representation of color #BFE48D: hue angle of 85.52º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BFE48D is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB 191 228 141 -
CMYK 0.16 0 0.38 0.11
HSL 85.52º 0.62% 0.72% -
HSV(B) 85.52º 0.38% 0.89% -
XYZ 54.04 68.49 35.57 -
YUV 207.02 90.74 116.57 -
System Red Green Blue C M Y K H S L
Decimal 191 228 141 0.16 0 0.38 0.11 85.52 0.62 0.72
Hex BF E4 8D 10 0 26 B 56 3E 48
Octal 277 344 215 20 0 46 13 126 76 110
Binary 10111111 11100100 10001101 10000 0 100110 1011 1010110 111110 1001000

Color Harmonies of #BFE48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE48D

Black with #BFE48D

Text Example


Text Example

White with #BFE48D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE48D; }

 p { color: rgb(191,228,141); }

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

background-color css

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

 a { background-color: rgb(191,228,141); }

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

border-color css

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

 span { border-color: rgb(191,228,141); }

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