Html Css Color HEX #BFE38E Sulu

📋 copy color: '#BFE38E'

red 191 ◦ green 227 ◦ blue 142

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

Shades of Sulu #BFE38E

Tints of Sulu #BFE38E

RGB

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

 GREEN value IS 227 (89.06% from 255) = 40.54%

 BLUE value IS 142 (55.86% from 255) = 25.36%

R = 34.11%
G = 40.54%
B = 25.36%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.37

 K value IS 0.11

RGB Variations

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

Color information

#BFE38E (or 0xBFE38E) is known color: Sulu. HEX triplet: BF, E3 and 8E. RGB value is (191,227,142). Sum of RGB (Red+Green+Blue) = 191+227+142=560 (74% of max value = 765). Red value is 191 (75% from 255 or 34.11% from 560); Green value is 227 (89.06% from 255 or 40.54% from 560); Blue value is 142 (55.86% from 255 or 25.36% from 560); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE38E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE38E is #401C71. Grayscale: #CECECE. Windows color (decimal): -4201586 or 9364415. OLE color: 9364415.

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

Color convert

RGB 191 227 142 -
CMYK 0.16 0 0.37 0.11
HSL 85.41º 0.6% 0.72% -
HSV(B) 85.41º 0.37% 0.89% -
XYZ 53.84 67.97 35.87 -
YUV 206.55 91.57 116.91 -
System Red Green Blue C M Y K H S L
Decimal 191 227 142 0.16 0 0.37 0.11 85.41 0.6 0.72
Hex BF E3 8E 10 0 25 B 55 3C 48
Octal 277 343 216 20 0 45 13 125 74 110
Binary 10111111 11100011 10001110 10000 0 100101 1011 1010101 111100 1001000

Color Harmonies of #BFE38E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE38E

Black with #BFE38E

Text Example


Text Example

White with #BFE38E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE38E; }

 p { color: rgb(191,227,142); }

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

background-color css

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

 a { background-color: rgb(191,227,142); }

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

border-color css

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

 span { border-color: rgb(191,227,142); }

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